This documentation is archived and is not being maintained.
VssOAuthCredential Class
Visual Studio 2013
System.Object
Microsoft.VisualStudio.Services.Common.IssuedTokenCredential
Microsoft.VisualStudio.Services.Common.FederatedCredential
Microsoft.VisualStudio.Services.Client.VssOAuthCredential
Microsoft.VisualStudio.Services.Common.IssuedTokenCredential
Microsoft.VisualStudio.Services.Common.FederatedCredential
Microsoft.VisualStudio.Services.Client.VssOAuthCredential
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
The VssOAuthCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | VssOAuthCredential(String) | Initializes a new VssOAuthCredential instance with the provided access token. |
![]() | VssOAuthCredential(VssOAuthTokenContainer) | |
![]() | VssOAuthCredential(Uri, String, String, String) | Initializes a new VssOAuthCredential instance with the specified client id and secret and either an authorization code or a refresh token |
![]() | VssOAuthCredential(Uri, String, String, VssOAuthTokenContainer, Action(Of VssOAuthTokenContainer)) | Initializes a new VssOAuthCredential instance with the specified client id and secret and an initial token |
![]() | VssOAuthCredential(Uri, String, String, String, Action(Of VssOAuthTokenContainer)) | Initializes a new VssOAuthCredential 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:
