Class: Aws::Types::AuthenticationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_auth_configs ⇒ ::Array[Types::CustomAuthConfig]
Returns the value of attribute custom_auth_configs.
-
#is_api_key_auth_supported ⇒ Boolean
Returns the value of attribute is_api_key_auth_supported.
-
#is_basic_auth_supported ⇒ Boolean
Returns the value of attribute is_basic_auth_supported.
-
#is_custom_auth_supported ⇒ Boolean
Returns the value of attribute is_custom_auth_supported.
-
#is_o_auth_2_supported ⇒ Boolean
Returns the value of attribute is_o_auth_2_supported.
-
#o_auth_2_defaults ⇒ Types::OAuth2Defaults
Returns the value of attribute o_auth_2_defaults.
Instance Attribute Details
#custom_auth_configs ⇒ ::Array[Types::CustomAuthConfig]
Returns the value of attribute custom_auth_configs.
61 62 63 |
# File 'sig/types.rbs', line 61 def custom_auth_configs @custom_auth_configs end |
#is_api_key_auth_supported ⇒ Boolean
Returns the value of attribute is_api_key_auth_supported.
57 58 59 |
# File 'sig/types.rbs', line 57 def is_api_key_auth_supported @is_api_key_auth_supported end |
#is_basic_auth_supported ⇒ Boolean
Returns the value of attribute is_basic_auth_supported.
56 57 58 |
# File 'sig/types.rbs', line 56 def is_basic_auth_supported @is_basic_auth_supported end |
#is_custom_auth_supported ⇒ Boolean
Returns the value of attribute is_custom_auth_supported.
59 60 61 |
# File 'sig/types.rbs', line 59 def is_custom_auth_supported @is_custom_auth_supported end |
#is_o_auth_2_supported ⇒ Boolean
Returns the value of attribute is_o_auth_2_supported.
58 59 60 |
# File 'sig/types.rbs', line 58 def is_o_auth_2_supported @is_o_auth_2_supported end |
#o_auth_2_defaults ⇒ Types::OAuth2Defaults
Returns the value of attribute o_auth_2_defaults.
60 61 62 |
# File 'sig/types.rbs', line 60 def o_auth_2_defaults @o_auth_2_defaults end |