IAuthToken Properties |
The IAuthToken type exposes the following members.
Name | Description | |
---|---|---|
access_token |
The access token.
| |
Expired |
Whether the token is expired.
| |
expires_in |
Number of seconds after which the token expires.
| |
IssuedUtc |
UTC timestamp of the time at which the token was issued.
| |
refresh_token |
The refresh token.
| |
scope |
The scope of the token.
| |
token_type |
The token type.
|