|
AuthenticationService
v0.2.0
|
A class representing the json data structure sent as a response to a successful token request. More...
Public Member Functions | |
| TokenResult (String token) | |
| Creates a new instance for a token. More... | |
Properties | |
| String | Token [get] |
| The issued token. More... | |
A class representing the json data structure sent as a response to a successful token request.
| Joutsen.AuthenticationService.TokenResult.TokenResult | ( | String | token | ) |
Creates a new instance for a token.
|
get |
The issued token.
1.8.13