Response from authentication service token generation.
Overview of AuthServiceResponse goes here.
AuthServiceResponse
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Expires | DateTime | AuthServiceResponse | Gets or sets the token expiration date/time. |
| Token | String | AuthServiceResponse | Gets or sets the authentication token. |
{
"Expires" : "DateTime",
"Token" : "String"
}