Method: KlaviyoAPI::Configuration#username
- Defined in:
- lib/klaviyo-api-sdk/configuration.rb
#username ⇒ String
Defines the username used with HTTP basic authentication.
54 55 56 |
# File 'lib/klaviyo-api-sdk/configuration.rb', line 54 def username @username end |