Class: Himari::Middlewares::DynamicClients::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#grant_types_supportedObject (readonly)

Returns the value of attribute grant_types_supported

Returns:

  • (Object)

    the current value of grant_types_supported



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def grant_types_supported
  @grant_types_supported
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



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def ignore_localhost_redirect_uri_port
  @ignore_localhost_redirect_uri_port
end

#registration_lifetimeObject (readonly)

Returns the value of attribute registration_lifetime

Returns:

  • (Object)

    the current value of registration_lifetime



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def registration_lifetime
  @registration_lifetime
end

#response_types_supportedObject (readonly)

Returns the value of attribute response_types_supported

Returns:

  • (Object)

    the current value of response_types_supported



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def response_types_supported
  @response_types_supported
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def scopes
  @scopes
end

Returns the value of attribute skip_consent

Returns:

  • (Object)

    the current value of skip_consent



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def skip_consent
  @skip_consent
end

#token_endpoint_auth_methods_supportedObject (readonly)

Returns the value of attribute token_endpoint_auth_methods_supported

Returns:

  • (Object)

    the current value of token_endpoint_auth_methods_supported



20
21
22
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20

def token_endpoint_auth_methods_supported
  @token_endpoint_auth_methods_supported
end