| Interface | Description |
|---|---|
| AccessTokenVerifier |
An AccessTokenVerifier can be used to validate Okta's OAuth 2.0 access tokens client side.
|
| AccessTokenVerifier.Builder |
Builder interface used to simplify construction of a AccessTokenVerifier.
|
| IdTokenVerifier | |
| IdTokenVerifier.Builder |
Builder interface used to simplify construction of a IdTokenVerifier.
|
| Jwt |
A Jwt object represents the claims Body of a JWT object.
|
| VerifierBuilderSupport<B extends VerifierBuilderSupport,R> |
JWT Verifier Builder support class (defines common properties used for general JWT validation).
|
| Class | Description |
|---|---|
| JwtVerifiers |
Utility class to help load implementations of
IdTokenVerifier.Builder and AccessTokenVerifier.Builder. |
| Exception | Description |
|---|---|
| JwtVerificationException |
Thrown if a JWT is invalid or expired.
|
Copyright © 2017–2020 Okta. All rights reserved.