Class: Devise::Auth0::Config
- Inherits:
-
Object
- Object
- Devise::Auth0::Config
- Defined in:
- lib/devise/auth0/config.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
7 8 9 |
# File 'lib/devise/auth0/config.rb', line 7 def client_id @client_id end |
#secret ⇒ Object
Returns the value of attribute secret.
7 8 9 |
# File 'lib/devise/auth0/config.rb', line 7 def secret @secret end |