1 instantiation of WebAuthenticatorOptions
Microsoft.Maui.Essentials (1)
WebAuthenticator\WebAuthenticator.shared.cs (1)
132
webAuthenticator.AuthenticateAsync(new
WebAuthenticatorOptions
{ Url = url, CallbackUrl = callbackUrl });
4 references to WebAuthenticatorOptions
Microsoft.Maui.Essentials (4)
WebAuthenticator\WebAuthenticator.netstandard.watchos.tizen.cs (1)
11
public Task<WebAuthenticatorResult> AuthenticateAsync(
WebAuthenticatorOptions
webAuthenticatorOptions)
WebAuthenticator\WebAuthenticator.shared.cs (3)
19
/// <param name="webAuthenticatorOptions">A <see cref="
WebAuthenticatorOptions
"/> instance containing additional configuration for this authentication call.</param>
27
Task<WebAuthenticatorResult> AuthenticateAsync(
WebAuthenticatorOptions
webAuthenticatorOptions);
90
public static Task<WebAuthenticatorResult> AuthenticateAsync(
WebAuthenticatorOptions
webAuthenticatorOptions)