cognitoidentityprovider_delete_web_authn_credential {paws.security.identity}R Documentation

Deletes a registered passkey, or webauthN, authenticator for the currently signed-in user

Description

Deletes a registered passkey, or webauthN, authenticator for the currently signed-in user.

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

Usage

cognitoidentityprovider_delete_web_authn_credential(AccessToken, CredentialId)

Arguments

AccessToken

[required] A valid access token that Amazon Cognito issued to the user whose passkey credential you want to delete.

CredentialId

[required] The unique identifier of the passkey that you want to delete. Look up registered devices with list_web_authn_credentials.


[Package paws.security.identity version 0.9.0 Index]