Class Token
Class Token.
Inheritance
System.Object
Token
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Token : object
Properties
View SourceAccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The access token. |
ExpiresIn
Gets or sets the expires in.
Declaration
public int ExpiresIn { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The expires in. |
IdToken
Gets or sets the identifier token.
Declaration
public string IdToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier token. |
RefreshToken
Gets or sets the refresh token.
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The refresh token. |
TokenType
Gets or sets the type of the token.
Declaration
public string TokenType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the token. |