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
)[required] A valid access token that Amazon Cognito issued to the user whose registered passkeys you want to list.
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.
The maximum number of the user's passkey credentials that you want to return.