示例#1
0
 public AuthenticateTwilioWebhookRequestHandler
 (
     ITwilioAuthenticationWebHookService twilioAuthenticationWebHookService
 )
 {
     _twilioAuthenticationWebHookService = twilioAuthenticationWebHookService;
 }
示例#2
0
 public ProcessSmsResponseWebHookHandler
 (
     IMediator mediator,
     ITwilioAuthenticationWebHookService twilioAuthenticationWebHookService,
     SecretClient secretClient,
     ISecretKeySettings secretKeySettings
 )
 {
     _mediator = mediator;
     _twilioAuthenticationWebHookService = twilioAuthenticationWebHookService;
     _secretClient      = secretClient;
     _secretKeySettings = secretKeySettings;
 }