Method: OmniAuth::Identity::Model#authenticate
- Defined in:
- lib/omniauth/identity/model.rb
#authenticate(_password) ⇒ self, false
This method is abstract.
Subclasses must implement this method.
Returns self if the provided password is correct, false otherwise.
138 139 140 |
# File 'lib/omniauth/identity/model.rb', line 138 def authenticate(_password) raise NotImplementedError end |