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.
Gets the token request data.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public TokenEndpointRequest TokenRequest { get; private set; }
public:
property TokenEndpointRequest^ TokenRequest {
TokenEndpointRequest^ get();
private: void set(TokenEndpointRequest^ value);
}
member TokenRequest : TokenEndpointRequest with get, private set
Public Property TokenRequest As TokenEndpointRequest
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequest
Returns TokenEndpointRequest.
See Also
OAuthValidateTokenRequestContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top