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(String accessToken)
Validates the given
accessToken. |
Jwt decode(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–2020 Okta. All rights reserved.