C# Class OAuth.AspNet.AuthServer.OAuthAuthorizeEndpointContext

An event raised after the Authorization Server has processed the request, but before it is passed on to the web application. Calling RequestCompleted will prevent the request from passing on to the web application.
Inheritance: BaseOAuthEndpointContext
显示文件 Open project: XacronDevelopment/oauth-aspnet Class Usage Examples

Public Methods

Method Description
OAuthAuthorizeEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options, AuthorizeEndpointRequest authorizeRequest ) : Microsoft.AspNetCore.Authentication

Creates an instance of this context

RequestCompleted ( ) : void

Method Details

OAuthAuthorizeEndpointContext() public method

Creates an instance of this context
public OAuthAuthorizeEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options, AuthorizeEndpointRequest authorizeRequest ) : Microsoft.AspNetCore.Authentication
context HttpContext
options OAuthAuthorizationServerOptions
authorizeRequest AuthorizeEndpointRequest
return Microsoft.AspNetCore.Authentication

RequestCompleted() public method

public RequestCompleted ( ) : void
return void