Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>InputCheckPasswordSRP_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputCheckPasswordSRP_
import { InputCheckPasswordSRP_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Constructor for checking the validity of a 2FA SRP password (see SRP)

Constructors

new
InputCheckPasswordSRP_(params: { srp_id: bigint; A: Uint8Array; M1: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
A: Uint8Array

A parameter (see SRP)

M1: Uint8Array

M1 parameter (see SRP)

srp_id: bigint

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc