Пример #1
0
 public void B2CROPCLocalAccountAcquireTokenTest()
 {
     TestCommon.ResetInternalStaticCaches();
     _mobileTestHelper.B2CAcquireTokenROPCTest(
         _xamarinController,
         LabUserHelper.GetB2CLocalAccountAsync().GetAwaiter().GetResult());
 }
 public void B2CROPCLocalAccountAcquireTokenTest()
 {
     _mobileTestHelper.B2CAcquireTokenROPCTest(xamarinController, LabUserHelper.GetB2CLocalAccount());
 }
 public void B2CROPCLocalAccountAcquireTokenTest()
 {
     _mobileTestHelper.B2CAcquireTokenROPCTest(_xamarinController, LabUserHelper.GetB2CLocalAccountAsync().GetAwaiter().GetResult());
 }