OAuthGrantCustomExtensionContext.GrantType Property
Gets the name of the OAuth extension grant type.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string GrantType { get; private set; }
public:
property String^ GrantType {
String^ get();
private: void set(String^ value);
}
member GrantType : string with get, private set
Public Property GrantType As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
OAuthGrantCustomExtensionContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top