BasicAuthenticationCredentials class
Costruttori
Basic |
Crea un nuovo oggetto BasicAuthenticationCredentials. |
Proprietà
authorization |
|
password | |
user |
Metodi
sign |
Firma una richiesta con l'intestazione Authentication. |
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
Parola d’ordine.
- 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 Authentication.
function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>
Parametri
- webResource
- WebResourceLike
WebResourceLike da firmare.
Restituisce
Promise<WebResourceLike>
Oggetto richiesta firmata.