UNPKG

@turnkey/webauthn-stamper

Version:

Webauthn stamper for @turnkey/http

9 lines 381 B
import type { Schema } from "./schema-format"; export declare const credentialCreationOptions: Schema; export declare const publicKeyCredentialWithAttestation: Schema; export declare const credentialRequestOptions: Schema; export declare const publicKeyCredentialWithAssertion: Schema; export declare const schema: { [s: string]: Schema; }; //# sourceMappingURL=schema.d.ts.map