From 70993ae52b1715e88a5eebee2153b14af47418cc Mon Sep 17 00:00:00 2001 From: Eiji Kitamura Date: Fri, 22 Jul 2022 22:26:37 +0900 Subject: Rename UvmJSON => UVMAuthenticatorOutput --- 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 b5da8fe..41a907d 100644 --- a/packages/server/src/helpers/decodeAuthenticatorExtensions.ts +++ b/packages/server/src/helpers/decodeAuthenticatorExtensions.ts @@ -20,7 +20,7 @@ export default function decodeAuthenticatorExtensionData( export type AuthenticationExtensionsAuthenticatorOutputs = { devicePublicKey?: DevicePublicKeyAuthenticatorOutput; - uvm?: UvmJSON; + uvm?: UVMAuthenticatorOutput; } export type DevicePublicKeyAuthenticatorOutput = { @@ -32,6 +32,6 @@ export type DevicePublicKeyAuthenticatorOutput = { // TODO: Need to verify this format // https://w3c.github.io/webauthn/#sctn-uvm-extension. -export type UvmJSON = { +export type UVMAuthenticatorOutput = { uvm?: Buffer[] } -- cgit v1.2.3