OAuthBase MethodsNemiro.OAuth

The OAuthBase type exposes the following members.

Methods

  NameDescription
Public methodClone 
Creates a shallow copy of the current object.
Public methodClone(NameValueCollection, String)
Creates a shallow copy of the current object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetAccessToken
Gets the access token from the remote server.
Public methodGetHashCode (Inherited from Object.)
Protected methodGetSpecifiedTokenOrCurrent
Returns the specified access token or the current access token.
Public methodGetType (Inherited from Object.)
Public methodGetUserInfo Obsolete.
Gets the user details via API of the provider.
Public methodGetUserInfo(AccessToken)
Gets the user details via API of the provider.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRedirectToAuthorization
Redirects a client to the Authorization URL.
Public methodRefreshToken
Sends a request to refresh the access token.
Public methodRevokeToken
Sends a request to revoke the access token.
Public methodToString (Inherited from Object.)
Top
See Also