TokenEndpointRequestCustomExtension.Parameters Property
The parameter information when the "grant_type" is unrecognized.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public IReadableStringCollection Parameters { get; set; }
public:
property IReadableStringCollection^ Parameters {
IReadableStringCollection^ get();
void set(IReadableStringCollection^ value);
}
member Parameters : IReadableStringCollection with get, set
Public Property Parameters As IReadableStringCollection
Property Value
Type: Microsoft.Owin.IReadableStringCollection
Returns IReadableStringCollection.
See Also
TokenEndpointRequestCustomExtension Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top