AccessToken Struct

Definition

Access token

public struct AccessToken
type AccessToken = struct
Public Structure AccessToken
Inheritance
AccessToken

Constructors

AccessToken(String, DateTimeOffset, Object)

Constructor for AccessToken

Properties

ExpirationTime

Gets the expiration time of the token.

IsExpired

Gets an indication if the access token has expired.

Token

Gets the value of the access token.

UserContext

Gets the user context associated with the token.

Applies to