From 689cd00703cf7dcec1ce6437cd014bff2966c75f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 30 Jan 2021 11:18:49 -0800 Subject: Fix credProps extension input --- packages/typescript-types/src/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 5ab574f..012611f 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -152,10 +152,7 @@ export interface AuthenticatorAttestationResponseFuture extends AuthenticatorAtt export interface CredentialCreationExtensionsInputJSON { appidExclude?: string; uvm?: boolean; - credProps?: { - first: Base64URLString; - second?: Base64URLString; - }; + credProps?: boolean; prf?: { eval?: { first: Base64URLString; -- cgit v1.2.3