cognitoidentityprovider_forget_device {paws.security.identity}R Documentation

Forgets the specified device

Description

Forgets the specified device. For more information about device authentication, see Working with user devices in your user pool.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_forget_device/ for full documentation.

Usage

cognitoidentityprovider_forget_device(AccessToken = NULL, DeviceKey)

Arguments

AccessToken

A valid access token that Amazon Cognito issued to the user whose registered device you want to forget.

DeviceKey

[required] The device key.


[Package paws.security.identity version 0.6.1 Index]