View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_list_web_authn_credentials | R Documentation |
Generates a list of the current user's registered passkey, or webauthN, credentials.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_list_web_authn_credentials/ for full documentation.
cognitoidentityprovider_list_web_authn_credentials(
AccessToken,
NextToken = NULL,
MaxResults = NULL
)
AccessToken |
[required] A valid access token that Amazon Cognito issued to the user whose registered passkeys you want to list. |
NextToken |
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. |
MaxResults |
The maximum number of the user's passkey credentials that you want to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.