B - Builder used for method chainingR - JWT Verifierpublic interface VerifierBuilderSupport<B extends VerifierBuilderSupport,R>
| Modifier and Type | Method and Description |
|---|---|
R |
build()
Constructs a JWT Verifier.
|
B |
setConnectionTimeout(Duration connectionTimeout)
Sets the
connectionTimeout for the verifier. |
B |
setIssuer(String issuer)
Sets the
issuer the verifier will expect. |
B |
setLeeway(Duration leeway)
Sets the
leeway the verifier will allow. |
B |
setReadTimeout(Duration readTimeout)
Sets the
issuer the verifier will expect. |
B setIssuer(String issuer)
issuer the verifier will expect.issuer - Issuer URLB setLeeway(Duration leeway)
leeway the verifier will allow.leeway - clock skew leewayB setConnectionTimeout(Duration connectionTimeout)
connectionTimeout for the verifier.connectionTimeout - connection timeoutB setReadTimeout(Duration readTimeout)
issuer the verifier will expect.readTimeout - connection timeoutR build()
Copyright © 2017–2020 Okta. All rights reserved.