From 8611db505392a951007974a85534671d5279521e Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 22 May 2020 16:53:04 -0700 Subject: Require credential ID from browser after assertion --- packages/typescript-types/src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 6ad3b81..ee714ff 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -87,6 +87,7 @@ AuthenticatorAttestationResponse, 'clientDataJSON' | 'attestationObject' export interface AuthenticatorAssertionResponseJSON extends Omit< AuthenticatorAssertionResponse, 'clientDataJSON' | 'authenticatorData' | 'signature' | 'userHandle' > { + base64CredentialID: string; base64AuthenticatorData: string; base64ClientDataJSON: string; base64Signature: string; -- cgit v1.2.3