Share via


OAuthApplication.GrantTypes Property

The authorization grant types this application supports.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property GrantTypes As OAuthGrantTypes
public OAuthGrantTypes GrantTypes { get; set; }
public:
property OAuthGrantTypes GrantTypes {
    OAuthGrantTypes get ();
    void set (OAuthGrantTypes value);
}
member GrantTypes : OAuthGrantTypes with get, set
function get GrantTypes () : OAuthGrantTypes 
function set GrantTypes (value : OAuthGrantTypes)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.OAuthGrantTypes

.NET Framework Security

See Also

Reference

OAuthApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace