public class JjwtAccessTokenVerifier extends Object implements AccessTokenVerifier
AccessTokenVerifier.Builder| Constructor and Description |
|---|
JjwtAccessTokenVerifier(String issuer,
String audience,
Duration leeway,
io.jsonwebtoken.SigningKeyResolver signingKeyResolver) |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
decode(String accessToken) |
protected Jwt |
decode(String token,
io.jsonwebtoken.JwtParser parser,
com.okta.jwt.impl.jjwt.ClaimsValidator claimsValidator) |
protected io.jsonwebtoken.JwtParser |
parser() |
public Jwt decode(String accessToken) throws JwtVerificationException
decode in interface AccessTokenVerifierJwtVerificationExceptionprotected io.jsonwebtoken.JwtParser parser()
protected Jwt decode(String token, io.jsonwebtoken.JwtParser parser, com.okta.jwt.impl.jjwt.ClaimsValidator claimsValidator) throws JwtVerificationException
JwtVerificationExceptionCopyright © 2017–2019 Okta. All rights reserved.