Method: Aimastering::Configuration#auth_settings
- Defined in:
- lib/aimastering/configuration.rb
#auth_settings ⇒ Object
Returns Auth Settings hash for api client.
197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aimastering/configuration.rb', line 197 def auth_settings { 'bearer' => { type: 'api_key', in: 'header', key: 'Authorization', value: api_key_with_prefix('Authorization') }, } end |