class Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest

Confirms the device request.

@note When making an API call, you may pass ConfirmDeviceRequest

data as a hash:

    {
      access_token: "TokenModelType", # required
      device_key: "DeviceKeyType", # required
      device_secret_verifier_config: {
        password_verifier: "StringType",
        salt: "StringType",
      },
      device_name: "DeviceNameType",
    }

@!attribute [rw] access_token

The access token.
@return [String]

@!attribute [rw] device_key

The device key.
@return [String]

@!attribute [rw] device_secret_verifier_config

The configuration of the device secret verifier.
@return [Types::DeviceSecretVerifierConfigType]

@!attribute [rw] device_name

The device name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ConfirmDeviceRequest AWS API Documentation

Constants

SENSITIVE