|
AuthenticationService v0.3.0+17-g647c3a1
|
A class representing the JSON structure of credentials used to authenticate with the service. More...
Public Member Functions | |
| String | Encode () |
| Creates a base64 encodet credentials string out of the username and password. More... | |
Properties | |
| String | Username [get, set] |
| the name of the user More... | |
| String | Password [get, set] |
| the password of the user More... | |
| bool | AreComplete [get] |
| Checks if userneame and password are provided. More... | |
A class representing the JSON structure of credentials used to authenticate with the service.
| String Credentials.Encode | ( | ) |
Creates a base64 encodet credentials string out of the username and password.
|
get |
Checks if userneame and password are provided.
|
getset |
the password of the user
|
getset |
the name of the user