Click or drag to resize

OAuthResetTokenRequest Properties

The OAuthResetTokenRequest type exposes the following members.

Properties
  NameDescription
Public propertyChallenge
Gets the challenge
Public propertyClientId
Gets or sets the client id
(Inherited from OAuthTokenRequest.)
Public propertyClientSecret
Gets or sets the client secret
(Inherited from OAuthTokenRequest.)
Public propertyGrantType
Gets the type of the grant.
(Inherited from OAuthTokenRequest.)
Public propertyPassword
Gets the password.
(Inherited from OAuthTokenRequest.)
Public propertyRefreshToken
Gets the refresh token
(Inherited from OAuthTokenRequest.)
Public propertyResponse
Get the response for the challenge
Public propertyScope
Gets the scope.
(Inherited from OAuthTokenRequest.)
Public propertyUsername
Gets the username.
(Inherited from OAuthTokenRequest.)
Top
See Also