Method: KlaviyoAPI::Configuration#username

Defined in:
lib/klaviyo-api-sdk/configuration.rb

#usernameString

Defines the username used with HTTP basic authentication.

Returns:

  • (String)


54
55
56
# File 'lib/klaviyo-api-sdk/configuration.rb', line 54

def username
  @username
end