Confirms tracking of the device. This API call is the call that begins device tracking.
cognitoidentityprovider_confirm_device(AccessToken, DeviceKey,
  DeviceSecretVerifierConfig, DeviceName)[required] The access token.
[required] The device key.
The configuration of the device secret verifier.
The device name.
svc$confirm_device(
  AccessToken = "string",
  DeviceKey = "string",
  DeviceSecretVerifierConfig = list(
    PasswordVerifier = "string",
    Salt = "string"
  ),
  DeviceName = "string"
)