|
AuthenticationService
v0.2.0
|
Keys used to issue a token. More...
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.
| const String Joutsen.Authentication.Jwt.TokenKeys.APPLICATIONS = "apps" |
The key used to identify the user's apps stored in a token.
| const String Joutsen.Authentication.Jwt.TokenKeys.AUDIENCES = "aud" |
The key used to identify the audience of a token.
| const String Joutsen.Authentication.Jwt.TokenKeys.JWT_TOKEN_TYPE = "JWT" |
The key used to identify the token as a JWT.
| const String Joutsen.Authentication.Jwt.TokenKeys.USER_ID = "uid" |
The key used to identify a user id.
| const String Joutsen.Authentication.Jwt.TokenKeys.USERNAME = "name" |
The key used to identify a username.
1.8.13