JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
com.okta.jwt.Jwt
Uses of
Jwt
in
com.okta.jwt
Methods in
com.okta.jwt
that return
Jwt
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
.