Пример #1
0
 public void B2CGoogleMicrosoftLoginAcquireTokenTest()
 {
     TestCommon.ResetInternalStaticCaches();
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(
         _xamarinController,
         LabUserHelper.GetB2CGoogleAccountAsync().GetAwaiter().GetResult(),
         false);
 }
Пример #2
0
        public void B2CGoogleB2CLoginAcquireTokenTest()
        {
            TestCommon.ResetInternalStaticCaches();

            _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(
                _xamarinController,
                LabUserHelper.GetB2CGoogleAccountAsync().GetAwaiter().GetResult(),
                CoreUiTestConstants.B2CGoogleb2clogin);
        }
Пример #3
0
 public async Task B2CGoogleMicrosoftAuthorityAcquireTokenTestAsync()
 {
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(_xamarinController, await LabUserHelper.GetB2CGoogleAccountAsync().ConfigureAwait(false), false);
 }
 public void B2CGoogleMicrosoftAuthorityAcquireTokenTest()
 {
     _mobileTestHelper.B2CGoogleAcquireTokenSilentTest(_xamarinController, LabUserHelper.GetB2CGoogleAccountAsync().GetAwaiter().GetResult(), false);
 }