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]