예제 #1
0
 public IWebUI CreateAuthenticationDialog(CoreUIParent parent, RequestContext requestContext)
 {
     throw new PlatformNotSupportedException("Possible Cause: If you are using an XForms app, or generally a netstandard assembly, " +
                                             "make sure you add a reference to Microsoft.Identity.Client.dll from each platform assembly " +
                                             "(e.g. UWP, Android, iOS), not just from the common netstandard assembly");
 }
예제 #2
0
 public EmbeddedWebUI(CoreUIParent coreUIParent)
 {
     _coreUIParent = coreUIParent;
 }