Specifies the errors which may occur during authentication.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration TeamFoundationAuthenticationError
public enum TeamFoundationAuthenticationError
public enum class TeamFoundationAuthenticationError
type TeamFoundationAuthenticationError
public enum TeamFoundationAuthenticationError
Members
| 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 |