7 lines
190 B
C#
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";
|
|
} |