import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { AccountPassword } = types;
Constructors
new
AccountPassword(params: { hasRecovery?: true; hasSecureValues?: true; hasPassword?: true; currentAlgo?: TypePasswordKdfAlgo; srpB?: Uint8Array; srpId?: bigint; hint?: string; emailUnconfirmedPattern?: string; newAlgo: TypePasswordKdfAlgo; newSecureAlgo: TypeSecurePasswordKdfAlgo; secureRandom: Uint8Array; pendingResetDate?: number; loginEmailPattern?: string; })