C# Class ClrPlus.Powershell.Core.Service.CustomBasicAuthProvider

Inheritance: ServiceStack.ServiceInterface.Auth.BasicAuthProvider
显示文件 Open project: perpetual-motion/clrplus

Public Methods

Method Description
OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary authInfo ) : void
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool

Method Details

OnAuthenticated() public method

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

TryAuthenticate() public method

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