9 references to WebUtils
Microsoft.Maui.Essentials (9)
Launcher\Launcher.ios.tvos.cs (3)
15 Task.FromResult(UIApplication.SharedApplication.CanOpenUrl(WebUtils.GetNativeUrl(uri))); 18 PlatformOpenAsync(WebUtils.GetNativeUrl(uri)); 25 var nativeUrl = WebUtils.GetNativeUrl(uri);
WebAuthenticator\WebAuthenticator.ios.tvos.cs (5)
81 was = new ASWebAuthenticationSession(WebUtils.GetNativeUrl(url), callback, AuthSessionCallback); 87 was = new ASWebAuthenticationSession(WebUtils.GetNativeUrl(url), scheme, AuthSessionCallback); 116 sf = new SFAuthenticationSession(WebUtils.GetNativeUrl(url), scheme, AuthSessionCallback); 126 var controller = new SFSafariViewController(WebUtils.GetNativeUrl(url), false) 179 if (!WebUtils.CanHandleCallback(redirectUri, uri))
WebAuthenticator\WebAuthenticatorResult.shared.cs (1)
42 var properties = responseDecoder?.DecodeResponse(uri) ?? WebUtils.ParseQueryString(uri);