Confirms a device that a user wants to remember
Source:R/cognitoidentityprovider_operations.R
cognitoidentityprovider_confirm_device.RdConfirms a device that a user wants to remember. A remembered device is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. 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 currently signed-in user. Must include a scope claim for
aws.cognito.signin.user.admin.- DeviceKey
[required] The unique identifier, or device key, of the device that you want to update the status for.
- DeviceSecretVerifierConfig
The configuration of the device secret verifier.
- DeviceName
A friendly name for the device, for example
MyMobilePhone.