Skip to main content
Module

x/mtkruto/mod.ts>types.AccountPassword

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.AccountPassword
import { types } from "https://deno.land/x/mtkruto@0.0.997/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
[id]
protected
readonly
[params]: Params
optional
currentAlgo: TypePasswordKdfAlgo
optional
emailUnconfirmedPattern: string
optional
hasPassword: true
optional
hasRecovery: true
optional
hasSecureValues: true
optional
hint: string
optional
loginEmailPattern: string
optional
pendingResetDate: number
secureRandom: Uint8Array
optional
srpB: Uint8Array
optional
srpId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc