Exemple #1
0
 public VendorTokenAuthenticator(IVendorTokenAuthService vendorTokenAuthService)
 {
     this.vendorTokenAuthService = vendorTokenAuthService;
 }
Exemple #2
0
 public QueryVendorTokenAuthenticator(IVendorTokenAuthService vendorTokenAuthService, string tokenParamName)
 {
     this.tokenParamName         = tokenParamName;
     this.vendorTokenAuthService = vendorTokenAuthService;
 }