UNPKG

@aws-amplify/auth

Version:
11 lines (10 loc) 237 B
/** * Input type for Cognito listWebAuthnCredentials API. */ export interface ListWebAuthnCredentialsInput { pageSize?: number; nextToken?: string; } export interface DeleteWebAuthnCredentialInput { credentialId: string; }