@simplewebauthn/server
Version:
SimpleWebAuthn for Servers
12 lines • 550 B
TypeScript
import type { Uint8Array_ } from '../types/index.js';
/**
* Convert authenticator extension data buffer to a proper object
*
* @param extensionData Authenticator Extension Data buffer
*/
export declare function decodeAuthenticatorExtensions(extensionData: Uint8Array_): AuthenticationExtensionsAuthenticatorOutputs | undefined;
/**
* Attempt to support authenticator extensions we might not know about in WebAuthn
*/
export type AuthenticationExtensionsAuthenticatorOutputs = unknown;
//# sourceMappingURL=decodeAuthenticatorExtensions.d.ts.map