14 references to WebAuthenticatorResult
Microsoft.Maui.Essentials (14)
WebAuthenticator\AppleSignInAuthenticator.netstandard.android.tvos.watchos.uwp.tizen.macos.cs (1)
8
public Task<
WebAuthenticatorResult
> AuthenticateAsync(AppleSignInAuthenticator.Options options) =>
WebAuthenticator\AppleSignInAuthenticator.shared.cs (4)
15
/// <returns>A <see cref="
WebAuthenticatorResult
"/> object with the results of this operation.</returns>
16
Task<
WebAuthenticatorResult
> AuthenticateAsync(AppleSignInAuthenticator.Options? options = null);
29
/// <returns>A <see cref="
WebAuthenticatorResult
"/> object with the results of this operation.</returns>
30
public static Task<
WebAuthenticatorResult
> AuthenticateAsync(AppleSignInAuthenticator.Options? options = null)
WebAuthenticator\WebAuthenticator.netstandard.watchos.tizen.cs (1)
11
public Task<
WebAuthenticatorResult
> AuthenticateAsync(WebAuthenticatorOptions webAuthenticatorOptions)
WebAuthenticator\WebAuthenticator.shared.cs (5)
20
/// <returns>A <see cref="
WebAuthenticatorResult
"/> object with the results of this operation.</returns>
27
Task<
WebAuthenticatorResult
> AuthenticateAsync(WebAuthenticatorOptions webAuthenticatorOptions);
81
public static Task<
WebAuthenticatorResult
> AuthenticateAsync(Uri url, Uri callbackUrl)
90
public static Task<
WebAuthenticatorResult
> AuthenticateAsync(WebAuthenticatorOptions webAuthenticatorOptions)
131
public static Task<
WebAuthenticatorResult
> AuthenticateAsync(this IWebAuthenticator webAuthenticator, Uri url, Uri callbackUrl) =>
WebAuthenticator\WebAuthenticatorResult.shared.cs (3)
16
/// Initializes a new instance of the <see cref="
WebAuthenticatorResult
"/> class.
23
/// Initializes a new instance of the <see cref="
WebAuthenticatorResult
"/> class by parsing a URI's query string parameters.
31
/// Initializes a new instance of the <see cref="
WebAuthenticatorResult
"/> class by parsing a URI's query string parameters.