JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.okta.jwt.JwtVerificationException
Packages that use
JwtVerificationException
Package
Description
com.okta.jwt
com.okta.jwt.impl.jjwt
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
.
Uses of
JwtVerificationException
in
com.okta.jwt.impl.jjwt
Methods in
com.okta.jwt.impl.jjwt
that throw
JwtVerificationException
Modifier and Type
Method
Description
Jwt
JjwtAccessTokenVerifier.
decode
(
String
accessToken)
Jwt
JjwtIdTokenVerifier.
decode
(
String
idToken,
String
nonce)