cognitoidentityprovider_confirm_device: Confirms tracking of the device

View source: R/cognitoidentityprovider_operations.R

cognitoidentityprovider_confirm_deviceR Documentation

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.