AuthenticateService Datatypes
Back to AuthenticationService
Credential
| Property | Type | Description |
| Username | String | User Name |
| Password | String | Password |
| ApplicationId | Guid | Required |
| IdentityId | Guid | If set, the login will automatically pick the client which the identity Id is connected to,else it will pick the default |
Identity
| Property | Type | Description |
| Client | Client | Client |
| Id | Guid | The Identity ID |
| User | User | |
| IsCurrent | Boolean | |
| IsDefault | Boolean | |
| IsProtected | Boolean | Deprecated. This is a legacy property. |
| Servers | Server[] | |
User
| Property | Type | Description |
| ContactId | Int | Contact Id |
| Id | Guid | Guid |
| Name | String | |
| EmployeeId | Int | |
Client
| Property | Type | Description |
| Id | Long | Client Id |
| Name | String | |
Token
| Property | Type | Description |
| Id | Guid | The actual token id |
| ApplicationId | Guid | |
Passport
| Property | Type | Description |
| Id | Guid | |
| Email | String | |
| SessionId | String | The current session’s id |
| Identities | Identity[] | A list of all identities |
Back to AuthenticationService