Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 570 Bytes

File metadata and controls

22 lines (15 loc) · 570 Bytes

TfvBasicAuthentication

Properties

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

Example

import { TfvBasicAuthentication } from 'bandwidth-sdk';

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

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