C# Class RusticiSoftware.TinCanAPILibrary.Model.BasicHTTPAuth

Inheritance: IAuthenticationConfiguration
Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp

Méthodes publiques

Méthode Description
BasicHTTPAuth ( ) : System

Creates an empty HTTP Auth Object

BasicHTTPAuth ( string username, string password ) : System

Creates an HTTP Auth object with the necessary parameters

GetAuthorization ( ) : string

Private Methods

Méthode Description
GenerateAuthHeader ( ) : void

Method Details

BasicHTTPAuth() public méthode

Creates an empty HTTP Auth Object
public BasicHTTPAuth ( ) : System
Résultat System

BasicHTTPAuth() public méthode

Creates an HTTP Auth object with the necessary parameters
public BasicHTTPAuth ( string username, string password ) : System
username string Authentication Username
password string Authentication Password
Résultat System

GetAuthorization() public méthode

public GetAuthorization ( ) : string
Résultat string