Learn R Programming

paws.security.identity (version 0.4.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.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_confirm_device/ for full documentation.

Usage

cognitoidentityprovider_confirm_device(
  AccessToken,
  DeviceKey,
  DeviceSecretVerifierConfig = NULL,
  DeviceName = NULL
)

Arguments

AccessToken

[required] A valid access token that Amazon Cognito issued to the user whose device you want to confirm.

DeviceKey

[required] The device key.

DeviceSecretVerifierConfig

The configuration of the device secret verifier.

DeviceName

The device name.