7 lines
169 B
C#
7 lines
169 B
C#
namespace Bimix.UI.Shared.Services;
|
|
|
|
// TODO it's a good place for this file?
|
|
public class GoogleAuthConfig
|
|
{
|
|
public string ClientId { get; set; } = string.Empty;
|
|
} |