Click or drag to resize

OAuthClient Properties

The OAuthClient type exposes the following members.

Properties
 NameDescription
Public propertyClientId The ClientId of the application.
(Inherited from OAuthClientCore)
Protected propertyCryptoRNG Gets or sets the configured random number generator
(Inherited from OAuthClientCore)
Protected propertyDiscoveryDocument Gets or sets the discover document fetched from the server
(Inherited from OAuthClientCore)
Protected propertyRestClientFactory Gets the IRestClientFactory service which is injected into this service
(Inherited from OAuthClientCore)
Protected propertyTokenHandler Gets the token handler
(Inherited from OAuthClientCore)
Protected propertyTokenValidationParameters Gets or sets the token validation parameters
(Inherited from OAuthClientCore)
Protected propertyTracer Gets the tracer to use for logging
(Inherited from OAuthClientCore)
Top
See Also