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 )