C# Class Dovetail.SDK.Bootstrap.Authentication.ContactAuthenticator

Inheritance: IUserAuthenticator
Mostra file Open project: DovetailSoftware/dovetail-bootstrap Class Usage Examples

Public Methods

Method Description
Authenticate ( string username, string password ) : bool
ContactAuthenticator ( ILogger logger ) : Dovetail.SDK.Bootstrap.Authentication.Principal

Method Details

Authenticate() public method

public Authenticate ( string username, string password ) : bool
username string
password string
return bool

ContactAuthenticator() public method

public ContactAuthenticator ( ILogger logger ) : Dovetail.SDK.Bootstrap.Authentication.Principal
logger ILogger
return Dovetail.SDK.Bootstrap.Authentication.Principal