1 implementation of IWebAuthenticator
Microsoft.Maui.Essentials (1)
WebAuthenticator\WebAuthenticator.netstandard.watchos.tizen.cs (1)
9
partial class WebAuthenticatorImplementation :
IWebAuthenticator
8 references to IWebAuthenticator
Microsoft.Maui.Essentials (8)
WebAuthenticator\WebAuthenticator.shared.cs (8)
53
/// Provides abstractions used for decoding a URI returned from a authentication request, for use with <see cref="
IWebAuthenticator
"/>.
93
static
IWebAuthenticator
Current => Authentication.WebAuthenticator.Default;
95
static
IWebAuthenticator
? defaultImplementation;
100
public static
IWebAuthenticator
Default =>
103
internal static void SetDefault(
IWebAuthenticator
? implementation) =>
112
static IPlatformWebAuthenticatorCallback AsPlatformCallback(this
IWebAuthenticator
webAuthenticator)
127
/// <param name="webAuthenticator">The <see cref="
IWebAuthenticator
"/> to use for the authentication flow.</param>
131
public static Task<WebAuthenticatorResult> AuthenticateAsync(this
IWebAuthenticator
webAuthenticator, Uri url, Uri callbackUrl) =>