6 lines
129 B
C#
6 lines
129 B
C#
namespace DiunaBI.UI.Shared.Services;
|
|
|
|
public class GoogleAuthConfig
|
|
{
|
|
public string ClientId { get; set; } = string.Empty;
|
|
} |