|
AuthenticationService
v0.2.0
|
A class representing the json data structure of an user. More...
Public Member Functions | |
| User (String username, bool active) | |
| Creates a new instance. More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Properties | |
| String | Username [get, set] |
| The name of the user. More... | |
| bool | IsActive [get, set] |
| Is the user active and can be used to login or not. More... | |
A class representing the json data structure of an user.
| Joutsen.AuthenticationService.User.User | ( | String | username, |
| bool | active | ||
| ) |
Creates a new instance.
| override bool Joutsen.AuthenticationService.User.Equals | ( | object | obj | ) |
| override int Joutsen.AuthenticationService.User.GetHashCode | ( | ) |
|
getset |
Is the user active and can be used to login or not.
|
getset |
The name of the user.
1.8.13