Beispiel #1
0
 public JwtTokenGenerator(MerchantConfig merchantConfig)
 {
     this._merchantConfig = merchantConfig;
     this._jwtToken       = new JwtToken(this._merchantConfig);
 }
Beispiel #2
0
 public JwtTokenGenerator(MerchantConfig merchantConfig)
 {
     _merchantConfig = merchantConfig;
     _jwtToken       = new JwtToken(_merchantConfig);
 }