From 0b049415d399fdf799a6dc135b73d03fac7a5fba Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 5 Oct 2020 02:22:09 -0700 Subject: Use new AuthenticatorAttestationResponseFuture --- packages/typescript-types/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 23d2d99..f8f74fa 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -38,7 +38,7 @@ export interface PublicKeyCredentialUserEntityJSON * The value returned from navigator.credentials.create() */ export interface AttestationCredential extends PublicKeyCredential { - response: AuthenticatorAttestationResponse; + response: AuthenticatorAttestationResponseFuture; } /** @@ -73,7 +73,7 @@ export interface AssertionCredentialJSON * are Base64URL-encoded in the browser so that they can be sent as JSON to the server. */ export interface AuthenticatorAttestationResponseJSON - extends Omit { + extends Omit { clientDataJSON: Base64URLString; attestationObject: Base64URLString; } -- cgit v1.2.3