| UserId |
Guid |
Unique ID that identifies the user within a database. |
|
| Token |
String |
A base64 string that uniquely identifies this client to the API. Usually sent as a bearer token in requests to the API. |
|
| TokenType |
String |
See: BearerTokenAuth_Claims. All other claims are applied to the Claims property. |
|
| ValidFrom |
DateTime |
Date/Time from which the token is valid. |
|
| ValidUntil |
DateTime |
Date/Time from which the token is no-longer valid. |
|
| Claims |
List<String> |
Claims applied to the Token. e.g. to show extended authorisation. |
|
| AuthenticationType |
EAuthenticationType |
A flag-based enum to indicate the level of Authentication. |
|
| UserRole |
Int32 |
Indicates the UserRole for the Authenticated User. NB: just an indicator. |
|