OAuthTokenValidation Properties |
The OAuthTokenValidation type exposes the following members.
Name | Description | |
---|---|---|
AccessToken |
Gets or sets the token that can be sent to a OAuth API.
| |
ExpiresIn |
Gets or sets the remaining lifetime of the access token.
| |
RefreshToken |
A token that may be used to obtain a new access token.
Refresh tokens are valid until the user revokes access.
This field is only present if access_type=offline is included in the authorization code request.
| |
TokenType |
Identifies the type of token returned. At this time, this field will always have the value Bearer.
|