|
AuthenticationService v0.3.0+7-g8a7f190
|
A class representing the json data structure of an application. More...
Public Member Functions | |
| Application (String name=null, String key=null) | |
| Creates a new instance for a token. More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Attributes | |
| const String | VALIDATION_ERROR_MESSAGE = "The applicationName or the applicationKey is required and cannnot be empty or consist only of whitespaces." |
Properties | |
| String | Key [get] |
| The key of the application. More... | |
| String | Name [get] |
A class representing the json data structure of an application.
| Joutsen.AuthenticationService.Application.Application | ( | String | name = null, |
| String | key = null |
||
| ) |
Creates a new instance for a token.
| override bool Joutsen.AuthenticationService.Application.Equals | ( | object | obj | ) |
| override int Joutsen.AuthenticationService.Application.GetHashCode | ( | ) |
| IEnumerable< ValidationResult > Joutsen.AuthenticationService.Application.Validate | ( | ValidationContext | validationContext | ) |
|
static |
|
get |
The key of the application.
|
get |