Method: CircuitClient::Client#auth_method
- Defined in:
- lib/circuit_client/client.rb
#auth_method ⇒ Object
The authentication method to use (currently only :client_credentials supported)
33 34 35 |
# File 'lib/circuit_client/client.rb', line 33 def auth_method @auth_method end |