public interface JwtVerifier
| Modifier and Type | Method and Description |
|---|---|
Jwt |
decodeAccessToken(String jwtString) |
Jwt |
decodeIdToken(String jwtString,
String nonce) |
Jwt decodeIdToken(String jwtString, String nonce) throws JoseException
JoseExceptionJwt decodeAccessToken(String jwtString) throws JoseException
JoseExceptionCopyright © 2017–2018 Okta. All rights reserved.