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