AuthResponsePassword
import type { AuthResponsePassword } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";type AuthResponsePassword = RequestResultSafeDestructure<{
user: User | null;
session: Session | null;
weak_password?: WeakPassword | null;
}>;§Type
§
RequestResultSafeDestructure<{
[src]user: User | null;
session: Session | null;
weak_password?: WeakPassword | null;
}>