11 lines
256 B
C#
11 lines
256 B
C#
|
|
namespace Yavsc
|
|
{
|
|
public class GoogleAuthSettings
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public string ClientSecret { get; set; }
|
|
public string ClientId { get; set; }
|
|
public string BrowserApiKey { get; set; }
|
|
}
|
|
} |