Exemplo n.º 1
0
 public void B2CGoogleB2CLoginAcquireTokenTest()
 {
     TestCommon.ResetInternalStaticCaches();
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(
         _xamarinController,
         LabUserHelper.GetB2CGoogleAccountAsync().GetAwaiter().GetResult(),
         true);
 }
 public void B2CGoogleB2CLoginAuthorityAcquireTokenTest()
 {
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(xamarinController, LabUserHelper.GetB2CGoogleAccount(), true);
 }
Exemplo n.º 3
0
 public async Task B2CGoogleB2CLoginAuthorityAcquireTokenTestAsync()
 {
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(_xamarinController, await LabUserHelper.GetB2CGoogleAccountAsync().ConfigureAwait(false), true);
 }
 public void B2CGoogleB2CLoginAuthorityAcquireTokenTest()
 {
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(_xamarinController, LabUserHelper.GetB2CGoogleAccountAsync().GetAwaiter().GetResult(), true);
 }