Nav fixed
This commit is contained in:
parent
1189c0f955
commit
578e33bf86
7 changed files with 22 additions and 38 deletions
|
|
@ -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; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue