Basic authentication credentials are not required, but if present, both username and password must be provided.
| Name | Type | Description | Notes |
|---|---|---|---|
| username | string | [default to undefined] | |
| password | string | [default to undefined] |
import { WebhookSubscriptionBasicAuthentication } from 'bandwidth-sdk';
const instance: WebhookSubscriptionBasicAuthentication = {
username,
password,
};