C# 클래스 ClrPlus.Powershell.Core.Service.CustomBasicAuthProvider

상속: ServiceStack.ServiceInterface.Auth.BasicAuthProvider
파일 보기 프로젝트 열기: perpetual-motion/clrplus

공개 메소드들

메소드 설명
OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

메소드 상세

OnAuthenticated() 공개 메소드

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
authService IServiceBase
session IAuthSession
tokens IOAuthTokens
authInfo string>.Dictionary
리턴 void

TryAuthenticate() 공개 메소드

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
리턴 bool