Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/webauthn_deno/mod.ts>verifyAuthentication

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.
Latest
function verifyAuthentication
import { verifyAuthentication } from "https://deno.land/x/webauthn_deno@v0.2.2/mod.ts";

Parameters

unnamed 0: VerifyAuthArg

Returns

Promise<VerifyAuthResult>