Nav fixed

This commit is contained in:
Paul Schneider 2024-11-06 20:56:02 +00:00
commit 578e33bf86
7 changed files with 22 additions and 38 deletions

View file

@ -4,11 +4,14 @@ namespace Yavsc
{
public class GoogleAuthSettings
{
public string ClientId { get; set; }
public string ClientSecret { get; set; }
public string ApiKey { get; set; }
public string BrowserApiKey { get; set; }
public string GoogleServiceAccountJson { get; set; }
public string GoogleWebClientJson { get; set; }
}
}