C# Class Kong.Plugins.BasicAuthRequestFactory

Inheritance: RequestExecutor
Afficher le fichier Open project: trackmatic/kong.net

Méthodes publiques

Méthode Description
CreateCredentials ( string username, string password ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
BasicAuthRequestFactory ( IKongClient client, Consumer consumer ) : System.Threading.Tasks

Method Details

CreateCredentials() public méthode

public CreateCredentials ( string username, string password ) : System.Threading.Tasks.Task
username string
password string
Résultat System.Threading.Tasks.Task