Share via


AdmAccessToken Class

Definition

Represents the admin access token.

public ref class AdmAccessToken
[System.Runtime.Serialization.DataContract]
public class AdmAccessToken
[<System.Runtime.Serialization.DataContract>]
type AdmAccessToken = class
Public Class AdmAccessToken
Inheritance
AdmAccessToken
Attributes

Constructors

AdmAccessToken()

Initializes a new instance of the AdmAccessToken class.

Properties

access_token

Gets or sets the access token.

expires_in

Gets or sets the time the token expires in.

scope

Gets or sets the scope.

token_type

Gets or sets the token type.

Applies to