Class: ROM::Auth::Plugins::AuthenticationCredentialsPlugin::AuthenticationCredential
- Inherits:
-
Object
- Object
- ROM::Auth::Plugins::AuthenticationCredentialsPlugin::AuthenticationCredential
- Defined in:
- lib/rom/auth/plugins/authentication_credentials_plugin.rb
Instance Method Summary collapse
Instance Method Details
#verifier ⇒ Object
68 69 70 |
# File 'lib/rom/auth/plugins/authentication_credentials_plugin.rb', line 68 def verifier PasswordVerifiers::PasswordVerifier.from_s(verifier_data) end |