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
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet 1 사용 예제들

공개 메소드들

메소드 설명
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