Exemplo n.º 1
0
 public RecaptchaVerifier(IOptions <RecaptchaSettings> settings, HttpClient httpClient)
 {
     this.httpClient = httpClient;
     this.settings   = settings.Value;
 }
Exemplo n.º 2
0
 public RecaptchaVerifier(IOptions <RecaptchaSettings> settings)
 {
     this.settings = settings.Value;
 }