Method: PulpOstreeClient::Configuration#auth_settings
- Defined in:
- lib/pulp_ostree_client/configuration.rb
#auth_settings ⇒ Object
Returns Auth Settings hash for api client.
249 250 251 252 253 254 255 256 257 258 259 |
# File 'lib/pulp_ostree_client/configuration.rb', line 249 def auth_settings { 'basicAuth' => { type: 'basic', in: 'header', key: 'Authorization', value: basic_auth_token }, } end |