class types.AccountPasswordInputSettings
extends TypeAccountPasswordInputSettings
import { types } from "https://deno.land/x/mtkruto@0.0.989/mod.ts";
const { AccountPasswordInputSettings } = types;
Constructors
new
AccountPasswordInputSettings(params?: { newAlgo?: TypePasswordKdfAlgo; newPasswordHash?: Uint8Array; hint?: string; email?: string; newSecureSettings?: TypeSecureSecretSettings; })Properties
optional
newAlgo: TypePasswordKdfAlgooptional
newSecureSettings: TypeSecureSecretSettings