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. For more information about device authentication, see Working with user devices in your user pool.

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 May 29, 2024, 10:51 a.m.