mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* passkeys * add passkey tests --------- Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2 lines
216 B
TypeScript
2 lines
216 B
TypeScript
export type { AuthenticationResponseJSON, RegistrationResponseJSON, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticatorAttestationResponseJSON } from "@simplewebauthn/types";
|