public bool TryAuthenticate()
 => _gateway.TryAuthenticate(_rootName, _apiKey, _parameters);
Exemple #2
0
 public bool TryAuthenticate()
 {
     return(gateway.TryAuthenticate(rootName, apiKey, parameters));
 }