Example #1
0
 private void clearOutValues(bool removeConfigs)
 {
     if (removeConfigs)
     {
         _clientId         = null;
         _callbackDelegate = null;
     }
     _idToken = _accountName = null;
 }
Example #2
0
 public void clearOutValues(bool removeConfigs)
 {
     if (removeConfigs)
     {
         _googleApiClient  = null;
         _context          = null;
         _clientId         = null;
         _callbackDelegate = null;
     }
     _idToken = _accountName = null;
 }
Example #3
0
 public void SetAuthenticationCallbacks(IGoogleAuthenticationCallbacks callbacks)
 {
     _callbackDelegate = callbacks;
 }