Ejemplo n.º 1
0
 public JwtService(IAppConfiguration appConfig)
 {
     _appConfig  = appConfig;
     _authConfig = _appConfig.getAuthConfig();
 }