cognitoidentityprovider_list_web_authn_credentials {paws.security.identity} | R Documentation |
Generates a list of the current user's registered passkey, or webauthN, credentials
Description
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.
Usage
cognitoidentityprovider_list_web_authn_credentials(
AccessToken,
NextToken = NULL,
MaxResults = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.9.0 Index]