Module: Cropio::Connection::Authenticable
- Included in:
- Proxy
- Defined in:
- lib/cropio/connection/authenticable.rb
Overview
Contains authentication options for connection.
Instance Method Summary collapse
-
#authenticate! ⇒ Object
Public interface for authentication request.
Instance Method Details
#authenticate! ⇒ Object
Public interface for authentication request
6 7 8 |
# File 'lib/cropio/connection/authenticable.rb', line 6 def authenticate! auth_request end |