SignInWithPasswordCredentials

import type { SignInWithPasswordCredentials } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type SignInWithPasswordCredentials = PasswordCredentialsBase & {
options?: {
captchaToken?: string;
}
;
}
;

§Type

§
PasswordCredentialsBase & {
options?: {
captchaToken?: string;
}
;
}
[src]