This documentation is archived and is not being maintained.

OAuthGrantTypes Enumeration

Visual Studio 2013

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)

[FlagsAttribute]
public enum class OAuthGrantTypes

Member nameDescription
AuthorizationCodeThe authorization code grant type.

ClientCredentialsThe client credentials grant type.

ImplicitThe implicit grant type.

PasswordThe resource owner password credentials grant type.

Show: