Click or drag to resize

IAuthToken Properties


The IAuthToken type exposes the following members.

Properties
  Name Description
Public property access_token The access token.
Public property Expired Whether the token is expired.
Public property expires_in Number of seconds after which the token expires.
Public property IssuedUtc UTC timestamp of the time at which the token was issued.
Public property refresh_token The refresh token.
Public property scope The scope of the token.
Public property token_type The token type.
Top
See Also