Files
BimAI/BimAI.UI.Shared/Services/GoogleAuthConfig.cs

7 lines
169 B
C#
Raw Permalink Normal View History

2025-10-11 11:33:46 +02:00
namespace BimAI.UI.Shared.Services;
// TODO it's a good place for this file?
public class GoogleAuthConfig
{
public string ClientId { get; set; } = string.Empty;
}