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

x/grm/src/client/mod.ts>UserPasswordAuthParams

MTProto API Client for Deno 🦕
Go to Latest
interface UserPasswordAuthParams
Re-export
import { type UserPasswordAuthParams } from "https://deno.land/x/grm@0.6.0/src/client/mod.ts";

Properties

optional
password: (hint?: string) => MaybePromise<string>
onError: (err: Error) => Promise<boolean> | void