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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.