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

Base class for OAuth server endpoint contexts
상속: Microsoft.AspNetCore.Authentication.BaseContext
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet

공개 메소드들

메소드 설명
BaseOAuthEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System

Creates a new instance of BaseOAuthEndpointContext.

메소드 상세

BaseOAuthEndpointContext() 공개 메소드

Creates a new instance of BaseOAuthEndpointContext.
public BaseOAuthEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System
context HttpContext The to use for this endpoint context.
options OAuthAuthorizationServerOptions The to use for this endpoint context.
리턴 System