Skip to main content

HTTPBasicCredentials

The HTTP Basic credentials given as the result of using HTTPBasic in a dependency.

Attributes

AttributeTypeDescription
usernamestrThe HTTP Basic username.
passwordstrThe HTTP Basic password.

Constructor

Signature

def HTTPBasicCredentials(
username: str,
password: str
) - > null

Parameters

NameTypeDescription
usernamestrThe HTTP Basic username.
passwordstrThe HTTP Basic password.

Signature

def HTTPBasicCredentials(
username: string,
password: string
) - > null

Parameters

NameTypeDescription
usernamestringThe HTTP Basic username provided during authentication.
passwordstringThe HTTP Basic password provided during authentication.