import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { WebAuthentication } = dom;
Methods
getAssertion(assertionChallenge: , options?: AssertionOptions): Promise<WebAuthnAssertion>
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
| null
makeCredential(): Promise<ScopedCredentialInfo>
accountInformation: Account,
cryptoParameters: ScopedCredentialParameters[],
attestationChallenge: ,
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
| null
options?: ScopedCredentialOptions,