OAuthGrantCustomExtensionContext.Parameters Property
Gets a list of additional parameters from the token request.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public IReadableStringCollection Parameters { get; private set; }
public:
property IReadableStringCollection^ Parameters {
IReadableStringCollection^ get();
private: void set(IReadableStringCollection^ value);
}
member Parameters : IReadableStringCollection with get, private set
Public Property Parameters As IReadableStringCollection
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.IReadableStringCollection
Returns IReadableStringCollection.
See Also
OAuthGrantCustomExtensionContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top