AccessToken Class

Definition

Represents an access token for a given user and scopes.

public ref class AccessToken
public class AccessToken
type AccessToken = class
Public Class AccessToken
Inheritance
AccessToken

Constructors

AccessToken()

Properties

Expires

Gets the expiration time of the token.

GrantedScopes

Gets or sets the list of granted scopes for the token.

Value

Gets the serialized representation of the token.

Applies to