Class: Himari::Middlewares::MetadataClients::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/himari/middlewares/metadata_clients.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_client_idsObject (readonly)

Returns the value of attribute allowed_client_ids

Returns:

  • (Object)

    the current value of 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_ttlObject (readonly)

Returns the value of attribute cache_default_ttl

Returns:

  • (Object)

    the current value of 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_sizeObject (readonly)

Returns the value of attribute cache_max_total_size

Returns:

  • (Object)

    the current value of 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_ttlObject (readonly)

Returns the value of attribute cache_max_ttl

Returns:

  • (Object)

    the current value of 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_ttlObject (readonly)

Returns the value of attribute cache_min_ttl

Returns:

  • (Object)

    the current value of cache_min_ttl



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def cache_min_ttl
  @cache_min_ttl
end

#http_timeoutObject (readonly)

Returns the value of attribute http_timeout

Returns:

  • (Object)

    the current value of http_timeout



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def http_timeout
  @http_timeout
end

#ignore_localhost_redirect_uri_portObject (readonly)

Returns the value of attribute ignore_localhost_redirect_uri_port

Returns:

  • (Object)

    the current value of 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_sizeObject (readonly)

Returns the value of attribute max_response_size

Returns:

  • (Object)

    the current value of max_response_size



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def max_response_size
  @max_response_size
end

#require_pkceObject (readonly)

Returns the value of attribute require_pkce

Returns:

  • (Object)

    the current value of require_pkce



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def require_pkce
  @require_pkce
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def scopes
  @scopes
end

Returns the value of attribute skip_consent

Returns:

  • (Object)

    the current value of skip_consent



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def skip_consent
  @skip_consent
end

#ssrfObject (readonly)

Returns the value of attribute ssrf

Returns:

  • (Object)

    the current value of ssrf



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def ssrf
  @ssrf
end

#user_agentObject (readonly)

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



47
48
49
# File 'lib/himari/middlewares/metadata_clients.rb', line 47

def user_agent
  @user_agent
end