BasicAuthenticationCredentials class

Costruttori

BasicAuthenticationCredentials(string, string, string)

Crea un nuovo oggetto BasicAuthenticationCredentials.

Proprietà

authorizationScheme
password
userName

Metodi

signRequest(WebResourceLike)

Firma una richiesta con l'intestazione Autenticazione.

Dettagli costruttore

BasicAuthenticationCredentials(string, string, string)

Crea un nuovo oggetto BasicAuthenticationCredentials.

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

Parametri

userName

string

Nome utente.

password

string

Password.

authorizationScheme

string

Schema di autorizzazione.

Dettagli proprietà

authorizationScheme

authorizationScheme: string

Valore della proprietà

string

password

password: string

Valore della proprietà

string

userName

userName: string

Valore della proprietà

string

Dettagli metodo

signRequest(WebResourceLike)

Firma una richiesta con l'intestazione Autenticazione.

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

Parametri

webResource
WebResourceLike

WebResourceLike da firmare.

Restituisce

Promise<WebResourceLike>

Oggetto request firmato.