C# Class PocketCampus.Common.Services.Design.DesignAuthenticator

Inheritance: IAuthenticator
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
AuthenticateAsync ( string userName, string password ) : Task
AuthenticateAsync ( string userName, string password, string serviceKey ) : Task
LogOffAsync ( ) : System.Threading.Tasks.Task

Method Details

AuthenticateAsync() public méthode

public AuthenticateAsync ( string userName, string password ) : Task
userName string
password string
Résultat Task

AuthenticateAsync() public méthode

public AuthenticateAsync ( string userName, string password, string serviceKey ) : Task
userName string
password string
serviceKey string
Résultat Task

LogOffAsync() public méthode

public LogOffAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task