Click or drag to resize

OAuthTokenRequest Properties

The OAuthTokenRequest type exposes the following members.

Properties
 NameDescription
Public propertyChallenge Gets or sets the challenge identifier for the user
Public propertyClientId Gets or sets the client identification
Public propertyClientSecret Gets or sets the client secret for secure clients
Public propertyGrantType The type of grant to use
Public propertyMfaCode Gets or sets the MFA response provided by the user
Public propertyNonce Gets or sets the nonce
Public propertyPassword Gets or sets the password to send to the oauth server
Public propertyRefreshToken Gets or sets the refresh token for refresh grants
Public propertyResponse Gets orsets the challenge response collected from the user
Public propertyScope Gets or sets the SCOPE(s) the client is requesting
Public propertyUsername Gets or sets the username to send to the server
Top
See Also