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
Afficher le fichier Open project: XacronDevelopment/oauth-aspnet Class Usage Examples

Méthodes publiques

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

Creates an instance of this context

RequestCompleted ( ) : void

Method Details

OAuthAuthorizeEndpointContext() public méthode

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

RequestCompleted() public méthode

public RequestCompleted ( ) : void
Résultat void