Click or drag to resize

OAuthTokenValidation Properties

The OAuthTokenValidation type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
Gets or sets the token that can be sent to a OAuth API.
Public propertyExpiresIn
Gets or sets the remaining lifetime of the access token.
Public propertyRefreshToken
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.
Public propertyTokenType
Identifies the type of token returned. At this time, this field will always have the value Bearer.
Top
See Also