Class: Aws::Types::ExchangeCodeForTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExchangeCodeForTokenResponse
- 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.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
377 378 379 |
# File 'sig/types.rbs', line 377 def access_token @access_token end |
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
378 379 380 |
# File 'sig/types.rbs', line 378 def expires_in @expires_in end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
379 380 381 |
# File 'sig/types.rbs', line 379 def refresh_token @refresh_token end |