You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ConfirmDeviceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
access_token: "TokenModelType", # required
device_key: "DeviceKeyType", # required
device_secret_verifier_config: {
password_verifier: "StringType",
salt: "StringType",
},
device_name: "DeviceNameType",
}
Confirms the device request.
Instance Attribute Summary collapse
-
#access_token ⇒ String
The access token.
-
#device_key ⇒ String
The device key.
-
#device_name ⇒ String
The device name.
-
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
The configuration of the device secret verifier.
Instance Attribute Details
#access_token ⇒ String
The access token.
#device_key ⇒ String
The device key.
#device_name ⇒ String
The device name.
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
The configuration of the device secret verifier.