namespace Backend.Security.Authentication { public static class JwtTokenAuthentication { public const string Scheme = "JwtTokenAuthentication"; } }