PublicKeyCredentialJSON
Union type for all WebAuthn credential responses in JSON format. Can be either a registration response (for new credentials) or authentication response (for existing credentials).
type PublicKeyCredentialJSON = RegistrationResponseJSON | AuthenticationResponseJSON;