Class DPoPInterceptor

java.lang.Object
com.okta.sdk.impl.oauth2.DPoPInterceptor
All Implemented Interfaces:
org.apache.hc.client5.http.classic.ExecChainHandler

public class DPoPInterceptor extends Object implements org.apache.hc.client5.http.classic.ExecChainHandler
Interceptor that handle DPoP handshake during auth and adds DPoP header to regular requests. It is always enabled, but is only active when a DPoP error is received during auth.
See Also: