Docs

AuthResult

type AuthResult = {
  isNewUser?: boolean;
  needsRecoveryCode?: boolean;
  user?: InitializedUser;
};