The authorization grant types used by the OAuth application to obtain an access token. See http://tools.ietf.org/html/rfc6749\#section-1.3.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration OAuthGrantTypes
[FlagsAttribute]
public enum OAuthGrantTypes
[FlagsAttribute]
public enum class OAuthGrantTypes
[<FlagsAttribute>]
type OAuthGrantTypes
public enum OAuthGrantTypes
Members
| Member name | Description | |
|---|---|---|
| AuthorizationCode | The authorization code grant type. | |
| ClientCredentials | The client credentials grant type. | |
| Implicit | The implicit grant type. | |
| Password | The resource owner password credentials grant type. |