This documentation is archived and is not being maintained.
TeamFoundationAuthenticationError Enumeration
Visual Studio 2013
Specifies the errors which may occur during authentication.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
| Member name | Description | |
|---|---|---|
| Cancelled | The authentication attempt was canceled. | |
| GetTokenFailed | The authentication attempt encountered an error. See the inner exception for more information. | |
| InteractiveRequired | An interactive environment is required for the credentials to be authenticated. | |
| None | No authentication-related error occurred. | |
| TokenUnauthorized | The token retrieved from the provider is not able to authenticate with the remote server. | |
| UserMismatched |
Show: