Class: Lotus::Auth0::Configuration
- Inherits:
-
Object
- Object
- Lotus::Auth0::Configuration
- Defined in:
- lib/lotus/auth0/config.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#client_token ⇒ Object
Returns the value of attribute client_token.
-
#domain ⇒ Object
Returns the value of attribute domain.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
4 5 6 |
# File 'lib/lotus/auth0/config.rb', line 4 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
4 5 6 |
# File 'lib/lotus/auth0/config.rb', line 4 def client_secret @client_secret end |
#client_token ⇒ Object
Returns the value of attribute client_token.
4 5 6 |
# File 'lib/lotus/auth0/config.rb', line 4 def client_token @client_token end |
#domain ⇒ Object
Returns the value of attribute domain.
4 5 6 |
# File 'lib/lotus/auth0/config.rb', line 4 def domain @domain end |