Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Data object available when the "grant_type" is unrecognized. See also http://tools.ietf.org/html/rfc6749\#section-4.5
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public TokenEndpointRequestCustomExtension CustomExtensionGrant { get; private set; }
public:
property TokenEndpointRequestCustomExtension^ CustomExtensionGrant {
TokenEndpointRequestCustomExtension^ get();
private: void set(TokenEndpointRequestCustomExtension^ value);
}
member CustomExtensionGrant : TokenEndpointRequestCustomExtension with get, private set
Public Property CustomExtensionGrant As TokenEndpointRequestCustomExtension
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequestCustomExtension
Returns TokenEndpointRequestCustomExtension.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top