Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 730 Bytes

File metadata and controls

23 lines (16 loc) · 730 Bytes

WebhookSubscriptionBasicAuthentication

Basic authentication credentials are not required, but if present, both username and password must be provided.

Properties

Name Type Description Notes
username string [default to undefined]
password string [default to undefined]

Example

import { WebhookSubscriptionBasicAuthentication } from 'bandwidth-sdk';

const instance: WebhookSubscriptionBasicAuthentication = {
    username,
    password,
};

[Back to Model list] [Back to API list] [Back to README]