namespace DiunaBI.UI.Shared.Services; /// /// Platform-agnostic interface for Google authentication /// public interface IGoogleAuthService { /// /// Initiate Google Sign-In flow /// /// True if authentication was initiated successfully Task SignInAsync(); }