Input type for Cognito listWebAuthnCredentials API.

interface ListWebAuthnCredentialsInput {
    nextToken?: string;
    pageSize?: number;
}

Properties

nextToken?: string
pageSize?: number