Sdílet prostřednictvím


WebAuthenticatorExtensions.AuthenticateAsync Metoda

Definice

Zahajte tok ověřování tak, že přejdete na zadanou adresu URL a počkáte na zpětné volání nebo přesměrování na schéma callbackUrl.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::Maui::Authentication::WebAuthenticatorResult ^> ^ AuthenticateAsync(Microsoft::Maui::Authentication::IWebAuthenticator ^ webAuthenticator, Uri ^ url, Uri ^ callbackUrl);
public static System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult> AuthenticateAsync (this Microsoft.Maui.Authentication.IWebAuthenticator webAuthenticator, Uri url, Uri callbackUrl);
static member AuthenticateAsync : Microsoft.Maui.Authentication.IWebAuthenticator * Uri * Uri -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult>
<Extension()>
Public Function AuthenticateAsync (webAuthenticator As IWebAuthenticator, url As Uri, callbackUrl As Uri) As Task(Of WebAuthenticatorResult)

Parametry

webAuthenticator
IWebAuthenticator

Příkaz IWebAuthenticator , který se má použít pro tok ověřování.

url
Uri

Adresa URL, na které přejdete, a zahájí se tok ověřování.

callbackUrl
Uri

Očekávaná adresa URL zpětného volání, na kterou se tok navigace nakonec přesměruje.

Návraty

Vrátí výsledek parsovaný z adresy URL zpětného volání.

Platí pro