Learn.Archives/Learn.Archives.Core/Common/AuthenticationSchemes.cs

14 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Learn.Archives.Core.Common
{
public class Authentication
{
public const string Admin = "Admin";
}
}