Class: Aws::Types::UserTokenConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UserTokenConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_token_type_configuration ⇒ Types::JsonTokenTypeConfiguration
Returns the value of attribute json_token_type_configuration.
-
#jwt_token_type_configuration ⇒ Types::JwtTokenTypeConfiguration
Returns the value of attribute jwt_token_type_configuration.
Instance Attribute Details
#json_token_type_configuration ⇒ Types::JsonTokenTypeConfiguration
Returns the value of attribute json_token_type_configuration.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def json_token_type_configuration @json_token_type_configuration end |
#jwt_token_type_configuration ⇒ Types::JwtTokenTypeConfiguration
Returns the value of attribute jwt_token_type_configuration.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def jwt_token_type_configuration @jwt_token_type_configuration end |