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

Inheritance: IUserAuthenticator
Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap Class Usage Examples

Méthodes publiques

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

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : bool
username string
password string
Résultat bool

ContactAuthenticator() public méthode

public ContactAuthenticator ( ILogger logger ) : Dovetail.SDK.Bootstrap.Authentication.Principal
logger ILogger
Résultat Dovetail.SDK.Bootstrap.Authentication.Principal