Class: OctopusAuth::Configuration
- Inherits:
-
Object
- Object
- OctopusAuth::Configuration
- Defined in:
- lib/octopus_auth/configuration.rb
Instance Attribute Summary collapse
-
#access_scopes_delimiter ⇒ Object
Returns the value of attribute access_scopes_delimiter.
-
#access_scopes_wildcard ⇒ Object
Returns the value of attribute access_scopes_wildcard.
-
#default_scope ⇒ Object
Returns the value of attribute default_scope.
-
#model_class ⇒ Object
Returns the value of attribute model_class.
-
#model_readonly ⇒ Object
Returns the value of attribute model_readonly.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#token_length ⇒ Object
Returns the value of attribute token_length.
-
#token_life_time ⇒ Object
Returns the value of attribute token_life_time.
Instance Attribute Details
#access_scopes_delimiter ⇒ Object
Returns the value of attribute access_scopes_delimiter.
9 10 11 |
# File 'lib/octopus_auth/configuration.rb', line 9 def access_scopes_delimiter @access_scopes_delimiter end |
#access_scopes_wildcard ⇒ Object
Returns the value of attribute access_scopes_wildcard.
10 11 12 |
# File 'lib/octopus_auth/configuration.rb', line 10 def access_scopes_wildcard @access_scopes_wildcard end |
#default_scope ⇒ Object
Returns the value of attribute default_scope.
4 5 6 |
# File 'lib/octopus_auth/configuration.rb', line 4 def default_scope @default_scope end |
#model_class ⇒ Object
Returns the value of attribute model_class.
7 8 9 |
# File 'lib/octopus_auth/configuration.rb', line 7 def model_class @model_class end |
#model_readonly ⇒ Object
Returns the value of attribute model_readonly.
8 9 10 |
# File 'lib/octopus_auth/configuration.rb', line 8 def model_readonly @model_readonly end |
#scopes ⇒ Object
Returns the value of attribute scopes.
3 4 5 |
# File 'lib/octopus_auth/configuration.rb', line 3 def scopes @scopes end |
#token_length ⇒ Object
Returns the value of attribute token_length.
6 7 8 |
# File 'lib/octopus_auth/configuration.rb', line 6 def token_length @token_length end |
#token_life_time ⇒ Object
Returns the value of attribute token_life_time.
5 6 7 |
# File 'lib/octopus_auth/configuration.rb', line 5 def token_life_time @token_life_time end |