From ca546ef7525bc8c75d23158c78ab98d7de98d0f8 Mon Sep 17 00:00:00 2001 From: Eiji Kitamura Date: Fri, 22 Jul 2022 22:18:27 +0900 Subject: Rename DevicePublicKeyJSON => DevicePublicKeyAuthenticatorOutput --- packages/server/src/helpers/decodeAuthenticatorExtensions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/server/src/helpers/decodeAuthenticatorExtensions.ts') diff --git a/packages/server/src/helpers/decodeAuthenticatorExtensions.ts b/packages/server/src/helpers/decodeAuthenticatorExtensions.ts index f089954..b5da8fe 100644 --- a/packages/server/src/helpers/decodeAuthenticatorExtensions.ts +++ b/packages/server/src/helpers/decodeAuthenticatorExtensions.ts @@ -19,11 +19,11 @@ export default function decodeAuthenticatorExtensionData( } export type AuthenticationExtensionsAuthenticatorOutputs = { - devicePublicKey?: DevicePublicKeyJSON; + devicePublicKey?: DevicePublicKeyAuthenticatorOutput; uvm?: UvmJSON; } -export type DevicePublicKeyJSON = { +export type DevicePublicKeyAuthenticatorOutput = { dpk?: Buffer; scp?: Buffer; sig?: string; -- cgit v1.2.3