AuthResponsePassword
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;
}>