Class: Himari::Middlewares::DynamicClients::Options
- Inherits:
-
Data
- Object
- Data
- Himari::Middlewares::DynamicClients::Options
- Defined in:
- lib/himari/middlewares/dynamic_clients.rb
Instance Attribute Summary collapse
-
#grant_types_supported ⇒ Object
readonly
Returns the value of attribute grant_types_supported.
-
#ignore_localhost_redirect_uri_port ⇒ Object
readonly
Returns the value of attribute ignore_localhost_redirect_uri_port.
-
#registration_lifetime ⇒ Object
readonly
Returns the value of attribute registration_lifetime.
-
#response_types_supported ⇒ Object
readonly
Returns the value of attribute response_types_supported.
-
#scopes ⇒ Object
readonly
Returns the value of attribute scopes.
-
#skip_consent ⇒ Object
readonly
Returns the value of attribute skip_consent.
-
#token_endpoint_auth_methods_supported ⇒ Object
readonly
Returns the value of attribute token_endpoint_auth_methods_supported.
Instance Attribute Details
#grant_types_supported ⇒ Object (readonly)
Returns the value of attribute 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_port ⇒ Object (readonly)
Returns the value of attribute 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_lifetime ⇒ Object (readonly)
Returns the value of attribute registration_lifetime
20 21 22 |
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20 def registration_lifetime @registration_lifetime end |
#response_types_supported ⇒ Object (readonly)
Returns the value of attribute response_types_supported
20 21 22 |
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20 def response_types_supported @response_types_supported end |
#scopes ⇒ Object (readonly)
Returns the value of attribute scopes
20 21 22 |
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20 def scopes @scopes end |
#skip_consent ⇒ Object (readonly)
Returns the value of attribute skip_consent
20 21 22 |
# File 'lib/himari/middlewares/dynamic_clients.rb', line 20 def @skip_consent end |
#token_endpoint_auth_methods_supported ⇒ Object (readonly)
Returns the value of attribute 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 |