C# 클래스 OAuth.AspNet.AuthServer.OAuthAuthorizationEndpointResponseContext

Provides context information when processing an Authorization Response
상속: BaseOAuthEndpointContext
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet 1 사용 예제들

공개 메소드들

메소드 설명
OAuthAuthorizationEndpointResponseContext ( HttpContext context, OAuthAuthorizationServerOptions options, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, AuthorizeEndpointRequest authorizeEndpointRequest, string accessToken, string authorizationCode ) : System

Initializes a new instance of the OAuthAuthorizationEndpointResponseContext class

메소드 상세

OAuthAuthorizationEndpointResponseContext() 공개 메소드

Initializes a new instance of the OAuthAuthorizationEndpointResponseContext class
public OAuthAuthorizationEndpointResponseContext ( HttpContext context, OAuthAuthorizationServerOptions options, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, AuthorizeEndpointRequest authorizeEndpointRequest, string accessToken, string authorizationCode ) : System
context HttpContext
options OAuthAuthorizationServerOptions
ticket Microsoft.AspNetCore.Authentication.AuthenticationTicket
authorizeEndpointRequest AuthorizeEndpointRequest
accessToken string
authorizationCode string
리턴 System