Esempio n. 1
0
 void DoGoogleSignIn()
 {
     m_GIV.StartOAuth();
     string[] credentials = GoogleAuth.DoAuth();
     m_GIV.FinishOAuth(credentials[0], credentials[1], true);
 }
Esempio n. 2
0
 void DoGoogleSignIn()
 {
     m_GIV.StartOAuth();
     m_WaitingForSignIn = SignInDialog.SignInType.Google;
     GoogleAuth.Instance.BeginAuth();
 }