Exemplo n.º 1
0
 public VendorTokenAuthenticator(IVendorTokenAuthService vendorTokenAuthService)
 {
     this.vendorTokenAuthService = vendorTokenAuthService;
 }
Exemplo n.º 2
0
 public QueryVendorTokenAuthenticator(IVendorTokenAuthService vendorTokenAuthService, string tokenParamName)
 {
     this.tokenParamName         = tokenParamName;
     this.vendorTokenAuthService = vendorTokenAuthService;
 }