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