public class NimbusJwtVerifier extends Object implements JwtVerifier
JwtVerifier. JWTs validated with this class will be checked for a valid signature, expiration,
issuer, and client/audience.| Constructor and Description |
|---|
NimbusJwtVerifier(com.nimbusds.jwt.proc.ConfigurableJWTProcessor jwtProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
decodeAccessToken(String jwtString) |
Jwt |
decodeIdToken(String jwtString,
String nonce) |
public NimbusJwtVerifier(com.nimbusds.jwt.proc.ConfigurableJWTProcessor jwtProcessor)
public Jwt decodeIdToken(String jwtString, String nonce) throws JoseException
decodeIdToken in interface JwtVerifierJoseExceptionpublic Jwt decodeAccessToken(String jwtString) throws JoseException
decodeAccessToken in interface JwtVerifierJoseExceptionCopyright © 2017–2018 Okta. All rights reserved.