import { AccountPassword } from "https://deno.land/x/mtkruto@0.0.999/tl/2_types.ts";
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; })