Method: Nucleus::Adapters::V1::Stub#auth_client
- Defined in:
- lib/nucleus/adapters/v1/stub_adapter.rb
#auth_client ⇒ Nucleus::Adapters::AuthClient
Build an Authentication client that can handle the authentication to the endpoint given the username and a matching password.
41 42 43 |
# File 'lib/nucleus/adapters/v1/stub_adapter.rb', line 41 def auth_client fail NOT_IMPLEMENTED_ERROR end |