Record -
auth
: Credential
The `Credential` record can be used to configure Basic Authentication, which is used by the HTTP endpoint.
Fields
- username string
-
The username for Basic authentication.
- password string
-
The password for Basic authentication.