Skip to main content
Module

x/evt/lib/types/index.ts>dom.WebAuthentication

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WebAuthentication
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { WebAuthentication } = dom;

Methods

getAssertion(assertionChallenge:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
| null
, options?: AssertionOptions
): Promise<WebAuthnAssertion>
makeCredential(
accountInformation: Account,
cryptoParameters: ScopedCredentialParameters[],
attestationChallenge:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
| null
,
): Promise<ScopedCredentialInfo>