Click or drag to resize

IAuthToken Properties


The IAuthToken type exposes the following members.

Properties
  NameDescription
Public propertyaccess_token
The access token.
Public propertyExpired
Whether the token is expired.
Public propertyexpires_in
Number of seconds after which the token expires.
Public propertyIssuedUtc
UTC timestamp of the time at which the token was issued.
Public propertyrefresh_token
The refresh token.
Public propertyscope
The scope of the token.
Public propertytoken_type
The token type.
Top
See Also