Class: KeycloakApiRails::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/keycloak-api-rails/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificate_fileObject

Returns the value of attribute ca_certificate_file.



11
12
13
# File 'lib/keycloak-api-rails/configuration.rb', line 11

def ca_certificate_file
  @ca_certificate_file
end

#custom_attributesObject

Returns the value of attribute custom_attributes.



9
10
11
# File 'lib/keycloak-api-rails/configuration.rb', line 9

def custom_attributes
  @custom_attributes
end

#loggerObject

Returns the value of attribute logger.



10
11
12
# File 'lib/keycloak-api-rails/configuration.rb', line 10

def logger
  @logger
end

#opt_inObject

Returns the value of attribute opt_in.



6
7
8
# File 'lib/keycloak-api-rails/configuration.rb', line 6

def opt_in
  @opt_in
end

#public_key_cache_ttlObject

Returns the value of attribute public_key_cache_ttl.



8
9
10
# File 'lib/keycloak-api-rails/configuration.rb', line 8

def public_key_cache_ttl
  @public_key_cache_ttl
end

#realm_idObject

Returns the value of attribute realm_id.



4
5
6
# File 'lib/keycloak-api-rails/configuration.rb', line 4

def realm_id
  @realm_id
end

#server_urlObject

Returns the value of attribute server_url.



3
4
5
# File 'lib/keycloak-api-rails/configuration.rb', line 3

def server_url
  @server_url
end

#skip_pathsObject

Returns the value of attribute skip_paths.



5
6
7
# File 'lib/keycloak-api-rails/configuration.rb', line 5

def skip_paths
  @skip_paths
end

#token_expiration_tolerance_in_secondsObject

Returns the value of attribute token_expiration_tolerance_in_seconds.



7
8
9
# File 'lib/keycloak-api-rails/configuration.rb', line 7

def token_expiration_tolerance_in_seconds
  @token_expiration_tolerance_in_seconds
end