Class: ROM::Auth::Authenticators::Authenticator
- Inherits:
-
Object
- Object
- ROM::Auth::Authenticators::Authenticator
- Defined in:
- lib/rom/auth/authenticators/authenticator.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#authenticate(*args) ⇒ Object
6 7 8 |
# File 'lib/rom/auth/authenticators/authenticator.rb', line 6 def authenticate(*args) raise NotImplementedError end |