Exemple #1
0
 public ValuesController(JwtConfig conf, IJwtAuthcs auth)
 {
     _conf = conf;
     _auth = auth;
 }
Exemple #2
0
 public JwtAuth(JwtConfig conf)
 {
     _config = conf;
 }