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 information about the token endpoint request.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public TokenEndpointRequest TokenEndpointRequest { get; set; }
public:
property TokenEndpointRequest^ TokenEndpointRequest {
TokenEndpointRequest^ get();
void set(TokenEndpointRequest^ value);
}
member TokenEndpointRequest : TokenEndpointRequest with get, set
Public Property TokenEndpointRequest As TokenEndpointRequest
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequest
Returns TokenEndpointRequest.
See Also
OAuthTokenEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top