Class: Aws::Types::ExchangeCodeForTokenRequestBody
- Inherits:
-
Object
- Object
- Aws::Types::ExchangeCodeForTokenRequestBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def client_id @client_id end |
#code ⇒ ::String
Returns the value of attribute code.
370 371 372 |
# File 'sig/types.rbs', line 370 def code @code end |
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
371 372 373 |
# File 'sig/types.rbs', line 371 def redirect_uri @redirect_uri end |