예제 #1
0
파일: JwtManager.cs 프로젝트: mumby0168/VMS
 public JwtManager(IJwtFactory jwtFactory, IConfiguration configuration)
 {
     _jwtFactory              = jwtFactory;
     _configuration           = configuration;
     _jwtSecurityTokenHandler = _jwtFactory.CreateTokenHandler();
 }