Dela via


BasicAuthenticationCredentials class

Konstruktorer

BasicAuthenticationCredentials(string, string, string)

Skapar ett nytt BasicAuthenticationCredentials-objekt.

Egenskaper

authorizationScheme
password
userName

Metoder

signRequest(WebResourceLike)

Signerar en begäran med autentiseringshuvudet.

Konstruktorinformation

BasicAuthenticationCredentials(string, string, string)

Skapar ett nytt BasicAuthenticationCredentials-objekt.

new BasicAuthenticationCredentials(userName: string, password: string, authorizationScheme?: string)

Parametrar

userName

string

Användarnamn.

password

string

Lösenord.

authorizationScheme

string

Auktoriseringsschemat.

Egenskapsinformation

authorizationScheme

authorizationScheme: string

Egenskapsvärde

string

password

password: string

Egenskapsvärde

string

userName

userName: string

Egenskapsvärde

string

Metodinformation

signRequest(WebResourceLike)

Signerar en begäran med autentiseringshuvudet.

function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>

Parametrar

webResource
WebResourceLike

WebResourceLike som ska signeras.

Returer

Promise<WebResourceLike>

Det signerade begärandeobjektet.