Files
myoffice/MyOffice.Web/Identity/ExternalProviders/ExternalProvidersConst.cs
T
2023-04-29 09:17:17 +03:00

7 lines
190 B
C#

namespace MyOffice.Web.Identity.ExternalProviders;
public class ExternalProvidersConst
{
public const string PROVIDER_GOOGLE = "google";
public const string PROVIDER_AUTH0 = "auth0";
}