示例#1
0
 public JwtTokenGenerator(IOptions <JwtIssuerOptions> jwtOptions)
 {
     _jwtOptions = jwtOptions.Value;
 }