Files
yavsc/Yavsc.Server/Settings/GoogleAuthSettings.cs
2018-12-24 03:07:05 +00:00

15 lines
260 B
C#

namespace Yavsc
{
public class GoogleAuthSettings
{
public string ApiKey { get; set; }
public string BrowserApiKey { get; set; }
public string GoogleServiceAccountJson { get; set; }
public string GoogleWebClientJson { get; set; }
}
}