yavsc/src/Yavsc.Server/Constants.cs
2026-03-09 02:07:42 +00:00

13 lines
372 B
C#

namespace Yavsc.Server
{
public static class ServerConstants
{
public const string CompanyInfoUrlFormat = " https://societeinfo.com/app/rest/api/v1/company/json?registration_number={0}&key={1}";
public static readonly string[] GoogleCalendarScopes =
{ "openid", "profile", "email", "https://www.googleapis.com/auth/calendar" };
}
}