C# 클래스 BB.UI.Web.MVC.Controllers.Web_API.SimpleAuthorizationServerProvider

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

공개 메소드들

메소드 설명
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : 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