public AuthenticateTwilioWebhookRequestHandler ( ITwilioAuthenticationWebHookService twilioAuthenticationWebHookService ) { _twilioAuthenticationWebHookService = twilioAuthenticationWebHookService; }
public ProcessSmsResponseWebHookHandler ( IMediator mediator, ITwilioAuthenticationWebHookService twilioAuthenticationWebHookService, SecretClient secretClient, ISecretKeySettings secretKeySettings ) { _mediator = mediator; _twilioAuthenticationWebHookService = twilioAuthenticationWebHookService; _secretClient = secretClient; _secretKeySettings = secretKeySettings; }