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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def client_secret @client_secret end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def device_key @device_key end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def refresh_token @refresh_token end |