OAuth2BearerCredentials members
Provides the base implementation of OAuth 2.0 bearer token credentials used for Web client authentication.
The OAuth2BearerCredentials type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCredential | Gets a [System.Net.NetworkCredential] object that is associated with the specified URI and authentication type. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top