| Package | Description |
|---|---|
| com.auth0.jwt | |
| com.auth0.jwt.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static DecodedJWT |
JWT.decode(String token)
Decode a given Json Web Token.
|
DecodedJWT |
JWTVerifier.verify(String token)
Perform the verification against the given Token, using any previous configured options.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Algorithm.verify(DecodedJWT jwt)
Verify the given token using this Algorithm instance.
|
Copyright © 2017. All rights reserved.