OAuthAuthorizationEndpointResponseContext.AuthorizeEndpointRequest Property
Gets information about the authorize endpoint request.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public AuthorizeEndpointRequest AuthorizeEndpointRequest { get; private set; }
public:
property AuthorizeEndpointRequest^ AuthorizeEndpointRequest {
AuthorizeEndpointRequest^ get();
private: void set(AuthorizeEndpointRequest^ value);
}
member AuthorizeEndpointRequest : AuthorizeEndpointRequest with get, private set
Public Property AuthorizeEndpointRequest As AuthorizeEndpointRequest
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.OAuth.Messages.AuthorizeEndpointRequest
Returns AuthorizeEndpointRequest.
See Also
OAuthAuthorizationEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top