This documentation is archived and is not being maintained.
VssOAuthToken Class
Visual Studio 2013
Provides a token used for OAuth delegation based authentication
System.Object
Microsoft.VisualStudio.Services.Common.IssuedToken
Microsoft.VisualStudio.Services.Client.VssOAuthToken
Microsoft.VisualStudio.Services.Common.IssuedToken
Microsoft.VisualStudio.Services.Client.VssOAuthToken
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
The VssOAuthToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CredentialType | (Inherited from IssuedToken.) |
![]() | Expiration | The expiration time of the token |
![]() | IsAuthenticated | (Inherited from IssuedToken.) |
![]() | Token | Gets the underlying token as string |
![]() | TokenType | Gets the type of OAuth 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:
