OAuthResetTokenRequest Properties |
The OAuthResetTokenRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| Challenge |
Gets the challenge
| |
| ClientId |
Gets or sets the client id
(Inherited from OAuthTokenRequest.) | |
| ClientSecret |
Gets or sets the client secret
(Inherited from OAuthTokenRequest.) | |
| GrantType |
Gets the type of the grant.
(Inherited from OAuthTokenRequest.) | |
| Password |
Gets the password.
(Inherited from OAuthTokenRequest.) | |
| RefreshToken |
Gets the refresh token
(Inherited from OAuthTokenRequest.) | |
| Response |
Get the response for the challenge
| |
| Scope |
Gets the scope.
(Inherited from OAuthTokenRequest.) | |
| Username |
Gets the username.
(Inherited from OAuthTokenRequest.) |