teleproto - v1.229.0
    Preparing search index...

    Class Password

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currentAlgo?: TypePasswordKdfAlgo;
              emailUnconfirmedPattern?: string;
              hasPassword?: boolean;
              hasRecovery?: boolean;
              hasSecureValues?: boolean;
              hint?: string;
              loginEmailPattern?: string;
              newAlgo: TypePasswordKdfAlgo;
              newSecureAlgo: TypeSecurePasswordKdfAlgo;
              pendingResetDate?: int;
              secureRandom: bytes;
              srp_B?: bytes;
              srpId?: long;
          },
      >
      • Password
    Index
    • Parameters

      • args: {
            currentAlgo?: TypePasswordKdfAlgo;
            emailUnconfirmedPattern?: string;
            hasPassword?: boolean;
            hasRecovery?: boolean;
            hasSecureValues?: boolean;
            hint?: string;
            loginEmailPattern?: string;
            newAlgo: TypePasswordKdfAlgo;
            newSecureAlgo: TypeSecurePasswordKdfAlgo;
            pendingResetDate?: number;
            secureRandom: bytes;
            srp_B?: bytes;
            srpId?: BigInteger;
        }

      Returns Password

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "account.Password"
    classType: "constructor"
    CONSTRUCTOR_ID: 2507886843
    currentAlgo?: TypePasswordKdfAlgo
    emailUnconfirmedPattern?: string
    hasPassword?: boolean
    hasRecovery?: boolean
    hasSecureValues?: boolean
    hint?: string
    loginEmailPattern?: string
    originalArgs: {
        currentAlgo?: TypePasswordKdfAlgo;
        emailUnconfirmedPattern?: string;
        hasPassword?: boolean;
        hasRecovery?: boolean;
        hasSecureValues?: boolean;
        hint?: string;
        loginEmailPattern?: string;
        newAlgo: TypePasswordKdfAlgo;
        newSecureAlgo: TypeSecurePasswordKdfAlgo;
        pendingResetDate?: number;
        secureRandom: bytes;
        srp_B?: bytes;
        srpId?: BigInteger;
    }
    pendingResetDate?: number
    secureRandom: bytes
    srp_B?: bytes
    srpId?: BigInteger
    SUBCLASS_OF_ID: 1403130275