C# Class BasicAuth.UserValidator

Inheritance: IUserValidator
Afficher le fichier Open project: NathanGloyn/SPA-Authentication

Méthodes publiques

Méthode Description
Validate ( string username, string password ) : IUserIdentity

Method Details

Validate() public méthode

public Validate ( string username, string password ) : IUserIdentity
username string
password string
Résultat IUserIdentity