HTTPBasicCredentials
The HTTP Basic credentials given as the result of using HTTPBasic in a dependency.
Attributes
| Attribute | Type | Description |
|---|---|---|
| username | str | The HTTP Basic username. |
| password | str | The HTTP Basic password. |
Constructor
Signature
def HTTPBasicCredentials(
username: str,
password: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| username | str | The HTTP Basic username. |
| password | str | The HTTP Basic password. |
Signature
def HTTPBasicCredentials(
username: string,
password: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| username | string | The HTTP Basic username provided during authentication. |
| password | string | The HTTP Basic password provided during authentication. |