Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface AuthenticatorAssertionResponse
import { type AuthenticatorAssertionResponse } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

readonly
authenticatorData: ArrayBuffer
readonly
signature: ArrayBuffer
readonly
userHandle: ArrayBuffer | null