The OAuthBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a shallow copy of the current object.
| |
| Clone(NameValueCollection, String) |
Creates a shallow copy of the current object.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAccessToken |
Gets the access token from the remote server.
| |
| GetHashCode | (Inherited from Object.) | |
| GetSpecifiedTokenOrCurrent |
Returns the specified access token or the current access token.
| |
| GetType | (Inherited from Object.) | |
| GetUserInfo | Obsolete.
Gets the user details via API of the provider.
| |
| GetUserInfo(AccessToken) |
Gets the user details via API of the provider.
| |
| MemberwiseClone | (Inherited from Object.) | |
| RedirectToAuthorization |
Redirects a client to the Authorization URL.
| |
| RefreshToken |
Sends a request to refresh the access token.
| |
| RevokeToken |
Sends a request to revoke the access token.
| |
| ToString | (Inherited from Object.) |
See Also