Class: Groovestack::Auth::Providers::Email
- Inherits:
-
Groovestack::Auth::Provider
- Object
- Groovestack::Auth::Provider
- Groovestack::Auth::Providers::Email
- Defined in:
- lib/groovestack/auth/providers/email.rb
Constant Summary collapse
- PROVIDER =
:email
Class Method Summary collapse
Methods inherited from Groovestack::Auth::Provider
as_json, available?, credential_for, enabled?, k, provider
Class Method Details
.configured? ⇒ Boolean
9 10 11 |
# File 'lib/groovestack/auth/providers/email.rb', line 9 def self.configured? true end |