UNPKG

@aws-amplify/auth

Version:
12 lines (11 loc) 334 B
/** * Shape of a WebAuthn credential */ export interface AuthWebAuthnCredential { credentialId: string | undefined; friendlyCredentialName: string | undefined; relyingPartyId: string | undefined; authenticatorAttachment?: string; authenticatorTransports: string[] | undefined; createdAt: Date | undefined; }