Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 346 Bytes

File metadata and controls

20 lines (14 loc) · 346 Bytes

Bandwidth::TfvBasicAuthentication

Properties

Name Type Description Notes
username String
password String

Example

require 'bandwidth-sdk'

instance = Bandwidth::TfvBasicAuthentication.new(
  username: username,
  password: password
)