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.
cognitoidentityprovider_confirm_device(
AccessToken,
DeviceKey,
DeviceSecretVerifierConfig = NULL,
DeviceName = NULL
)
[required] A valid access token that Amazon Cognito issued to the user whose device you want to confirm.
[required] The device key.
The configuration of the device secret verifier.
The device name.