C# Класс 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.
Наследование: BaseOAuthEndpointContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OAuthAuthorizeEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options, AuthorizeEndpointRequest authorizeRequest ) : Microsoft.AspNetCore.Authentication

Creates an instance of this context

RequestCompleted ( ) : void

Описание методов

OAuthAuthorizeEndpointContext() публичный Метод

Creates an instance of this context
public OAuthAuthorizeEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options, AuthorizeEndpointRequest authorizeRequest ) : Microsoft.AspNetCore.Authentication
context HttpContext
options OAuthAuthorizationServerOptions
authorizeRequest AuthorizeEndpointRequest
Результат Microsoft.AspNetCore.Authentication

RequestCompleted() публичный Метод

public RequestCompleted ( ) : void
Результат void