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.
The form encoded body parameters of the Token endpoint request
Namespace: Microsoft.Owin.Security.OAuth.Messages
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
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top