C# 클래스 HaloOnline.Server.Core.Http.Auth.HaloAuthorizationServerProvider

상속: Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerProvider
파일 보기 프로젝트 열기: no1dead/HaloMasterMaster

공개 메소드들

메소드 설명
AuthorizeEndpoint ( Microsoft.Owin.Security.OAuth.OAuthAuthorizeEndpointContext context ) : System.Threading.Tasks.Task
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task

메소드 상세

AuthorizeEndpoint() 공개 메소드

public AuthorizeEndpoint ( Microsoft.Owin.Security.OAuth.OAuthAuthorizeEndpointContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.OAuth.OAuthAuthorizeEndpointContext
리턴 System.Threading.Tasks.Task

GrantResourceOwnerCredentials() 공개 메소드

public GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
context OAuthGrantResourceOwnerCredentialsContext
리턴 System.Threading.Tasks.Task

ValidateClientAuthentication() 공개 메소드

public ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext
리턴 System.Threading.Tasks.Task