The OAuthBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AccessToken |
Gets or sets an access token.
| |
| AccessTokenUrl |
Gets or sets the address for the access token.
| |
| AccessTokenValue |
Gets an access token value.
| |
| ApplicationId |
Gets or sets the application identifier.
| |
| ApplicationSecret |
Gets or sets the application secret key.
| |
| AuthorizationCode |
Gets or sets access code for access token requests.
| |
| AuthorizationUrl |
Gets the endpoint of the authorization.
| |
| AuthorizeUrl |
Gets or sets the base address for login.
| |
| Parameters |
Gets or sets additional query parameters.
| |
| ProviderName |
Unique provider name.
| |
| ReturnUrl |
Gets or sets return URL.
| |
| State |
Gets or sets unique request identifier.
For clients the value sets is automatically.
| |
| SupportRefreshToken |
Gets or sets a value indicating whether the current client supports refreshing access token.
| |
| SupportRevokeToken |
Gets or sets a value indicating whether the current client supports revoking access token.
| |
| Version |
Gets the version of the OAuth protocol.
|
See Also