|
AuthenticationService v0.3.0+7-g8a7f190
|
A class representing the json data structure of an new user. More...
Public Member Functions | |
| NewUser (String username, String applicationName=null, String applicationKey=null) | |
| Creates a new instance. More... | |
Properties | |
| String | Username [get, set] |
| The name of the user. More... | |
| String | ApplicationKey [get] |
| The key of the application. More... | |
| String | ApplicationName [get] |
| The name of the application. More... | |
A class representing the json data structure of an new user.
| Joutsen.AuthenticationService.NewUser.NewUser | ( | String | username, |
| String | applicationName = null, |
||
| String | applicationKey = null |
||
| ) |
Creates a new instance.
|
get |
The key of the application.
|
get |
The name of the application.
|
getset |
The name of the user.