set_basic_auth
Set HTTP Basic authentication credentials for GraphQL requests, replacing any existing bearer token. Clear authentication by providing empty username and password.
Instructions
Configure HTTP Basic authentication. Replaces any bearer token. Pass empty username + password to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username for HTTP Basic authentication | |
| password | Yes | Password for HTTP Basic authentication |