7 lines
180 B
C#
7 lines
180 B
C#
namespace WebDesktopBackend.Security.Authentication
|
|
{
|
|
public static class JwtTokenAuthentication
|
|
{
|
|
public const string Scheme = "JwtTokenAuthentication";
|
|
}
|
|
} |