Click or drag to resize

OAuthTokenResponse Properties

The OAuthTokenResponse type exposes the following members.

Properties
 NameDescription
Public propertyAccessToken Access token
(Inherited from OAuthSessionResponse)
Public propertyExpiresIn Expires in
(Inherited from OAuthSessionResponse)
Public propertyIdToken Gets or sets the identity token
(Inherited from OAuthSessionResponse)
Public propertyNonce Nonce value present in an authorization code
Public propertyRefreshToken Refresh token
Public propertyTokenType Token type
(Inherited from OAuthSessionResponse)
Top
See Also