C# 클래스 AuthorizationServer.Startup

파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet

공개 메소드들

메소드 설명
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void

비공개 메소드들

메소드 설명
CreateAuthenticationCode ( AuthenticationTokenCreateContext context ) : void
CreateRefreshToken ( AuthenticationTokenCreateContext context ) : void
GrantClientCredetails ( OAuthGrantClientCredentialsContext context ) : System.Threading.Tasks.Task
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
ReceiveAuthenticationCode ( AuthenticationTokenReceiveContext context ) : void
ReceiveRefreshToken ( AuthenticationTokenReceiveContext context ) : void
ValidateClientAuthentication ( OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task
ValidateClientRedirectUri ( OAuthValidateClientRedirectUriContext context ) : System.Threading.Tasks.Task

메소드 상세

Configure() 공개 메소드

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
리턴 void

ConfigureServices() 공개 메소드

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
리턴 void