C# Класс ClrPlus.Powershell.Core.Service.CustomBasicAuthProvider

Наследование: ServiceStack.ServiceInterface.Auth.BasicAuthProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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