AuthTokenResponsePassword

import type { AuthTokenResponsePassword } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type AuthTokenResponsePassword = RequestResultSafeDestructure<{
user: User;
session: Session;
weakPassword?: WeakPassword;
}
>
;

§Type

§
RequestResultSafeDestructure<{
user: User;
session: Session;
weakPassword?: WeakPassword;
}
>
[src]