Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 400 Bytes

File metadata and controls

20 lines (14 loc) · 400 Bytes

TalonOne::WebhookAuthenticationDataBasic

Properties

Name Type Description Notes
username String The Basic HTTP username.
password String The Basic HTTP password.

Example

require 'talon_one_sdk'

instance = TalonOne::WebhookAuthenticationDataBasic.new(
  username: null,
  password: null
)