|
AuthenticationService v0.3.0+7-g8a7f190
|
Keys used to issue a token. More...
Static Public Attributes | |
| const String | USER_ID = "uid" |
| The key used to identify a user id. More... | |
| const String | USERNAME = "name" |
| The key used to identify a username. More... | |
| const String | AUDIENCES = "aud" |
| The key used to identify the audience of a token. More... | |
| const String | APPLICATIONS = "apps" |
| The key used to identify the user's apps stored in a token. More... | |
| const String | JWT_TOKEN_TYPE = "JWT" |
| The key used to identify the token as a JWT. More... | |
Keys used to issue a token.
|
static |
The key used to identify the user's apps stored in a token.
|
static |
The key used to identify the audience of a token.
|
static |
The key used to identify the token as a JWT.
|
static |
The key used to identify a user id.
|
static |
The key used to identify a username.