An implementation of an Application as it is read from a JWT token.
More...
|
| String | Name [get] |
| | The human readable name of the application. More...
|
| |
| String | Key [get] |
| |
| long | Id [get] |
| | The unique identifier of the application in the database. More...
|
| |
| String | Name [get] |
| | The name of the application. More...
|
| |
| String | Key [get] |
| | The unique key of the application used to identify the application outside of the database. More...
|
| |
An implementation of an Application as it is read from a JWT token.
- Since
- 0.1.0
◆ JwtApplication()
| Joutsen.Authentication.Jwt.JwtApplication.JwtApplication |
( |
String |
key | ) |
|
Creates a new instance with a provided hash key.
◆ Key
| String Joutsen.Authentication.Jwt.JwtApplication.Key |
|
get |
◆ Name
| String Joutsen.Authentication.Jwt.JwtApplication.Name |
|
get |
The human readable name of the application.