import { type SignInParamsUser } from "https://deno.land/x/mtkruto@0.6.2/client/0_params.ts";
Properties
phone: S | (() => MaybePromise<S>)
A user phone number or a function that returns it.
code: S | (() => MaybePromise<S>)
A verification code or a function that returns it.
password: S | ((hint: string | null) => MaybePromise<S>)
An account password or a function that returns it.