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