C# Class SimpleAuth.BasicAuthAuthenticator

Inheritance: Authenticator
Afficher le fichier Open project: Clancey/SimpleAuth Class Usage Examples

Protected Properties

Свойство Type Description
client System.Net.Http.HttpClient
loginUrl string

Méthodes publiques

Méthode Description
BasicAuthAuthenticator ( HttpClient client, string loginUrl ) : System
CheckCredentails ( string username, string password ) : Task

Method Details

BasicAuthAuthenticator() public méthode

public BasicAuthAuthenticator ( HttpClient client, string loginUrl ) : System
client System.Net.Http.HttpClient
loginUrl string
Résultat System

CheckCredentails() public méthode

public CheckCredentails ( string username, string password ) : Task
username string
password string
Résultat Task

Property Details

client protected_oe property

protected HttpClient,System.Net.Http client
Résultat System.Net.Http.HttpClient

loginUrl protected_oe property

protected string loginUrl
Résultat string