OAuthValidateAuthorizeRequestContext.AuthorizeRequest Property

 

Gets OAuth authorization request data.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public AuthorizeEndpointRequest AuthorizeRequest { get; private set; }
public:
property AuthorizeEndpointRequest^ AuthorizeRequest {
    AuthorizeEndpointRequest^ get();
    private: void set(AuthorizeEndpointRequest^ value);
}
member AuthorizeRequest : AuthorizeEndpointRequest with get, private set
Public Property AuthorizeRequest As AuthorizeEndpointRequest
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.Security.OAuth.Messages.AuthorizeEndpointRequest

Returns AuthorizeEndpointRequest.

See Also

OAuthValidateAuthorizeRequestContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top