class types.AccountPassword
extends _TypeAccountPassword
import { types } from "https://deno.land/x/mtkruto@0.0.998/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; })Properties
protected
readonly
[params]: Paramsoptional
currentAlgo: TypePasswordKdfAlgonewAlgo: TypePasswordKdfAlgo
newSecureAlgo: TypeSecurePasswordKdfAlgo
Static Properties
readonly
[paramDesc]: ParamDesc