JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.okta.jwt.JwtVerificationException
Uses of
JwtVerificationException
in
com.okta.jwt
Methods in
com.okta.jwt
that throw
JwtVerificationException
Modifier and Type
Method
Description
Jwt
AccessTokenVerifier.
decode
(
String
accessToken)
Validates the given
accessToken
.
Jwt
IdTokenVerifier.
decode
(
String
idToken,
String
nonce)
Validates the given
idToken
.