This documentation is archived and is not being maintained.
OAuthTokenCredential Class
Visual Studio 2013
System::Object
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::OAuthTokenCredential
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::OAuthTokenCredential
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The OAuthTokenCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OAuthTokenCredential(String) | Initializes a new OAuthTokenCredential instance with the provided access token. |
![]() | OAuthTokenCredential(OAuthTokenContainer) | |
![]() | OAuthTokenCredential(Uri, String, String, String) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and either an authorization code or a refresh token |
![]() | OAuthTokenCredential(Uri, String, String, OAuthTokenContainer, OAuthTokensReceivedCallback) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and an initial token |
![]() | OAuthTokenCredential(Uri, String, String, String, OAuthTokensReceivedCallback) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and either an authorization code or a refresh token |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
