Class: Himari::Middlewares::MetadataClients::Options
- Inherits:
-
Data
- Object
- Data
- Himari::Middlewares::MetadataClients::Options
- Defined in:
- lib/himari/middlewares/metadata_clients.rb
Instance Attribute Summary collapse
-
#allowed_client_ids ⇒ Object
readonly
Returns the value of attribute allowed_client_ids.
-
#cache_default_ttl ⇒ Object
readonly
Returns the value of attribute cache_default_ttl.
-
#cache_max_total_size ⇒ Object
readonly
Returns the value of attribute cache_max_total_size.
-
#cache_max_ttl ⇒ Object
readonly
Returns the value of attribute cache_max_ttl.
-
#cache_min_ttl ⇒ Object
readonly
Returns the value of attribute cache_min_ttl.
-
#http_timeout ⇒ Object
readonly
Returns the value of attribute http_timeout.
-
#ignore_localhost_redirect_uri_port ⇒ Object
readonly
Returns the value of attribute ignore_localhost_redirect_uri_port.
-
#max_response_size ⇒ Object
readonly
Returns the value of attribute max_response_size.
-
#require_pkce ⇒ Object
readonly
Returns the value of attribute require_pkce.
-
#scopes ⇒ Object
readonly
Returns the value of attribute scopes.
-
#skip_consent ⇒ Object
readonly
Returns the value of attribute skip_consent.
-
#ssrf ⇒ Object
readonly
Returns the value of attribute ssrf.
-
#user_agent ⇒ Object
readonly
Returns the value of attribute user_agent.
Instance Attribute Details
#allowed_client_ids ⇒ Object (readonly)
Returns the value of attribute allowed_client_ids
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def allowed_client_ids @allowed_client_ids end |
#cache_default_ttl ⇒ Object (readonly)
Returns the value of attribute cache_default_ttl
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def cache_default_ttl @cache_default_ttl end |
#cache_max_total_size ⇒ Object (readonly)
Returns the value of attribute cache_max_total_size
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def cache_max_total_size @cache_max_total_size end |
#cache_max_ttl ⇒ Object (readonly)
Returns the value of attribute cache_max_ttl
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def cache_max_ttl @cache_max_ttl end |
#cache_min_ttl ⇒ Object (readonly)
Returns the value of attribute cache_min_ttl
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def cache_min_ttl @cache_min_ttl end |
#http_timeout ⇒ Object (readonly)
Returns the value of attribute http_timeout
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def http_timeout @http_timeout end |
#ignore_localhost_redirect_uri_port ⇒ Object (readonly)
Returns the value of attribute ignore_localhost_redirect_uri_port
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def ignore_localhost_redirect_uri_port @ignore_localhost_redirect_uri_port end |
#max_response_size ⇒ Object (readonly)
Returns the value of attribute max_response_size
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def max_response_size @max_response_size end |
#require_pkce ⇒ Object (readonly)
Returns the value of attribute require_pkce
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def require_pkce @require_pkce end |
#scopes ⇒ Object (readonly)
Returns the value of attribute scopes
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def scopes @scopes end |
#skip_consent ⇒ Object (readonly)
Returns the value of attribute skip_consent
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def @skip_consent end |
#ssrf ⇒ Object (readonly)
Returns the value of attribute ssrf
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def ssrf @ssrf end |
#user_agent ⇒ Object (readonly)
Returns the value of attribute user_agent
47 48 49 |
# File 'lib/himari/middlewares/metadata_clients.rb', line 47 def user_agent @user_agent end |