cognitoidentityprovider_update_device_status {paws.security.identity} | R Documentation |
Updates the device status
Description
Updates the device status. For more information about device authentication, see Working with user devices in your user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_update_device_status/ for full documentation.
Usage
cognitoidentityprovider_update_device_status(
AccessToken,
DeviceKey,
DeviceRememberedStatus = NULL
)
Arguments
AccessToken |
[required] A valid access token that Amazon Cognito issued to the user whose device status you want to update. |
DeviceKey |
[required] The device key. |
DeviceRememberedStatus |
The status of whether a device is remembered. |
[Package paws.security.identity version 0.9.0 Index]