using System;
using System.Collections.Generic;
using System.Text;
namespace DFS.Core.Mvc.Jwt
{
///
/// jwt 配置信息
///
public static class JwtConfig
{
///
///
///
public const string JwtTokenKey = "DFSTK@#NXYL66H4L";
public const string RedisKey = "64bf6b4fe82740dc864dc681cdd2ffbf";
public const string RedisCon = "AuthJwtRedis";
public const string UserCliam = "";
public const string Channel = "Channel";
public const string SystemType = "SystemType";
public const string TokenUser = "TokenUser";
}
}