2 references to WebAuthenticatorResult
Microsoft.Maui.Essentials (2)
WebAuthenticator\WebAuthenticator.ios.tvos.cs (1)
185 tcsResponse.TrySetResult(new WebAuthenticatorResult(uri, currentOptions?.ResponseDecoder));
WebAuthenticator\WebAuthenticatorResult.shared.cs (1)
26 public WebAuthenticatorResult(Uri uri) : this(uri, null)