Class: OctopusAuth::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/octopus_auth/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_scopes_delimiterObject

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_wildcardObject

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_scopeObject

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_classObject

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_readonlyObject

Returns the value of attribute model_readonly.



8
9
10
# File 'lib/octopus_auth/configuration.rb', line 8

def model_readonly
  @model_readonly
end

#scopesObject

Returns the value of attribute scopes.



3
4
5
# File 'lib/octopus_auth/configuration.rb', line 3

def scopes
  @scopes
end

#token_lengthObject

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_timeObject

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