|
AuthenticationService v0.3.0+7-g8a7f190
|
A class that represents the json model used to activate a user and set its password. More...
Public Member Functions | |
| ActivationToken (String token, String password) | |
| Creates a new instance. More... | |
Properties | |
| String | Token [get, set] |
| The activation token. More... | |
| String | Password [get, set] |
| The users new password. More... | |
A class that represents the json model used to activate a user and set its password.
| Joutsen.AuthenticationService.ActivationToken.ActivationToken | ( | String | token, |
| String | password | ||
| ) |
Creates a new instance.
|
getset |
The users new password.
|
getset |
The activation token.