public interface AccessTokenVerifier
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AccessTokenVerifier.Builder
Builder interface used to simplify construction of a AccessTokenVerifier.
|
| Modifier and Type | Method and Description |
|---|---|
Jwt |
decode(java.lang.String accessToken)
Validates the given
accessToken. |
Jwt decode(java.lang.String accessToken) throws JwtVerificationException
accessToken. Validates this token is valid Okta access token that has not expired.accessToken - string JWT access token to validateJwtVerificationException - when parsing or validation errors occurCopyright © 2017-2022 Okta. All Rights Reserved.