Class: ROM::Auth::Authenticators::Authenticator

Inherits:
Object
  • Object
show all
Defined in:
lib/rom/auth/authenticators/authenticator.rb

Direct Known Subclasses

PasswordAuthenticator

Instance Method Summary collapse

Instance Method Details

#authenticate(*args) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/rom/auth/authenticators/authenticator.rb', line 6

def authenticate(*args)
  raise NotImplementedError
end