Поделиться через


BasicAuthScheme interface

Represents HTTP Basic authentication scheme. Basic authentication scheme requires a username and password to be provided with each request. The credentials are encoded using Base64 and included in the Authorization header.

Properties

kind

Type of auth scheme

scheme

Basic authentication scheme

Property Details

kind

Type of auth scheme

kind: "http"

Property Value

"http"

scheme

Basic authentication scheme

scheme: "basic"

Property Value

"basic"