Compartir a través de


BasicAuthenticationCredentials class

Constructores

BasicAuthenticationCredentials(string, string, string)

Crea un nuevo objeto BasicAuthenticationCredentials.

Propiedades

authorizationScheme
password
userName

Métodos

signRequest(WebResourceLike)

Firma una solicitud con el encabezado Authentication.

Detalles del constructor

BasicAuthenticationCredentials(string, string, string)

Crea un nuevo objeto BasicAuthenticationCredentials.

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

Parámetros

userName

string

Nombre de usuario.

password

string

Password.

authorizationScheme

string

Esquema de autorización.

Detalles de las propiedades

authorizationScheme

authorizationScheme: string

Valor de propiedad

string

password

password: string

Valor de propiedad

string

userName

userName: string

Valor de propiedad

string

Detalles del método

signRequest(WebResourceLike)

Firma una solicitud con el encabezado Authentication.

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

Parámetros

webResource
WebResourceLike

WebResourceLike que se va a firmar.

Devoluciones

Promise<WebResourceLike>

Objeto de solicitud firmado.