Take the community feedback survey now.

Class Token

The token object in Bolt

Inheritance
System.Object
Token
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Token : Object

Constructors

Token()

Declaration
public Token()

Properties

AccessToken

The access token

Declaration
public string AccessToken { get; set; }
Property Value
Type Description
System.String

ErrorMessage

The error message

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
System.String

ExpiresIn

The expires in

Declaration
public int ExpiresIn { get; set; }
Property Value
Type Description
System.Int32

IdToken

The id token

Declaration
public string IdToken { get; set; }
Property Value
Type Description
System.String

RefreshToken

The refresh token

Declaration
public string RefreshToken { get; set; }
Property Value
Type Description
System.String

RefreshTokenScope

The refresh token scope

Declaration
public string RefreshTokenScope { get; set; }
Property Value
Type Description
System.String

Scope

The scope

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String

TokenType

The token type

Declaration
public string TokenType { get; set; }
Property Value
Type Description
System.String