paws.security.identity (version 0.1.0)

cognitoidentityprovider_confirm_device: Confirms tracking of the device

Description

Confirms tracking of the device. This API call is the call that begins device tracking.

Usage

cognitoidentityprovider_confirm_device(AccessToken, DeviceKey,
  DeviceSecretVerifierConfig, DeviceName)

Arguments

AccessToken

[required] The access token.

DeviceKey

[required] The device key.

DeviceSecretVerifierConfig

The configuration of the device secret verifier.

DeviceName

The device name.

Request syntax

svc$confirm_device(
  AccessToken = "string",
  DeviceKey = "string",
  DeviceSecretVerifierConfig = list(
    PasswordVerifier = "string",
    Salt = "string"
  ),
  DeviceName = "string"
)