Class: Aws::Types::AuthenticationResultType
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationResultType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
-
#id_token ⇒ ::String
Returns the value of attribute id_token.
-
#new_device_metadata ⇒ Types::NewDeviceMetadataType
Returns the value of attribute new_device_metadata.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
-
#token_type ⇒ ::String
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
457 458 459 |
# File 'sig/types.rbs', line 457 def access_token @access_token end |
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
458 459 460 |
# File 'sig/types.rbs', line 458 def expires_in @expires_in end |
#id_token ⇒ ::String
Returns the value of attribute id_token.
461 462 463 |
# File 'sig/types.rbs', line 461 def id_token @id_token end |
#new_device_metadata ⇒ Types::NewDeviceMetadataType
Returns the value of attribute new_device_metadata.
462 463 464 |
# File 'sig/types.rbs', line 462 def @new_device_metadata end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
460 461 462 |
# File 'sig/types.rbs', line 460 def refresh_token @refresh_token end |
#token_type ⇒ ::String
Returns the value of attribute token_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def token_type @token_type end |