Module: Foobara::AuthHttp
- Defined in:
- lib/foobara/auth_http.rb
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
10 11 12 13 |
# File 'lib/foobara/auth_http.rb', line 10 def install! CommandConnectors::Http.register_authenticator(BearerAuthenticator) CommandConnectors::Http.register_authenticator(ApiKeyAuthenticator) end |