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

Inheritance: ServiceStack.ServiceInterface.Auth.BasicAuthProvider
Afficher le fichier Open project: perpetual-motion/clrplus

Méthodes publiques

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

Method Details

OnAuthenticated() public méthode

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

TryAuthenticate() public méthode

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
Résultat bool