| Package | Description |
|---|---|
| com.auth0.jwt |
| Modifier and Type | Class and Description |
|---|---|
class |
JWTAlgorithmException
Represents Exception related to Algorithm - for example JWT header algorithm is unsupported / missing
|
class |
JWTAudienceException
Represents Exception related to Audience - for example illegal audience on JWT Verification
|
class |
JWTExpiredException
Represents Exception related to Expiration - for example JWT token has expired
|
class |
JWTIssuerException
Represents Exception related to Issuer - for example issuer mismatch / missing upon verification
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
JWTVerifier.verify(String token)
Performs JWT validation
|
Copyright © 2016. All Rights Reserved.