SPOAuth2BearerCredentials members
Provides credentials for authentication with a service that supports OAuth 2.0 bearer token authentication.
The SPOAuth2BearerCredentials type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create() | Gets credentials for authenticating to an OAuth 2.0 endpoint using a bearer token. | |
Create(SPIdentityContext) | Gets credentials for authenticating to an OAuth 2.0 endpoint. | |
Create(String, String) | Gets credentials for authenticating to an OAuth 2.0 endpoint using a bearer token and using the specified client id and realm. | |
Create(SPIdentityContext, String, String) | Gets credentials for authenticating to an OAuth 2.0 endpoint. | |
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. (Inherited from OAuth2BearerCredentials.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadFrom | Reads OAuth 2.0 credentials from a stream using the specified identity claims resolver. | |
ToString | (Overrides Object.ToString().) | |
WriteTo | Writes OAuth 2.0 credentials to a stream using the specified identity claims resolver. |
Top