Class AuthToken#
Defined in File AuthToken.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.AuthToken : xbe.sdk.ModelBase#
Describes an authorization token as returned by account services.
Properties
- string Refresh { get; set; }#
The token used to re-authenticate in the future.
- string Token { get; set; }#
The primary access token used to identify the user.
- string Type { get; set; }#
The type of auth token that was returned by the service.
- Guid UserUid { get; set; }#
The unique identifier of the authenticated user.
Public Static Functions