1 implementation of AuthenticateAsync
Microsoft.Maui.Essentials (1)
WebAuthenticator\WebAuthenticator.netstandard.watchos.tizen.cs (1)
11
public Task<WebAuthenticatorResult>
AuthenticateAsync
(WebAuthenticatorOptions webAuthenticatorOptions)
2 references to AuthenticateAsync
Microsoft.Maui.Essentials (2)
WebAuthenticator\WebAuthenticator.shared.cs (2)
91
=> Current.
AuthenticateAsync
(webAuthenticatorOptions);
132
webAuthenticator.
AuthenticateAsync
(new WebAuthenticatorOptions { Url = url, CallbackUrl = callbackUrl });