Exemplo n.º 1
0
 public bool TryAuthenticate()
 => _gateway.TryAuthenticate(_rootName, _apiKey, _parameters);
Exemplo n.º 2
0
 public bool TryAuthenticate()
 {
     return(gateway.TryAuthenticate(rootName, apiKey, parameters));
 }