Class: Aws::Types::GetTokensFromRefreshTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTokensFromRefreshTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#device_key ⇒ ::String
Returns the value of attribute device_key.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def @client_metadata end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def client_secret @client_secret end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def device_key @device_key end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def refresh_token @refresh_token end |