| Interface | Description |
|---|---|
| AccessToken |
Represents an access token in the format of a JSON Web Token (not a short
opaque token).
|
| Token |
Represents a JSON Web Token (JWT).
|
| Class | Description |
|---|---|
| SecurityContext |
Thread wide
Token storage. |
| TokenClaims |
Constants denoting JWT claims as specified here:
https://tools.ietf.org/html/rfc7519#section-4
|
| TokenHeader |
Constants denoting Jwt header parameters.
|
| Enum | Description |
|---|---|
| GrantType |
Constants denoting the grant type of a Jwt access token as specified here:
https://tools.ietf.org/html/rfc6749
|
Copyright © 2020. All rights reserved.