Condividi tramite


WebAuthenticatorExtensions.AuthenticateAsync Metodo

Definizione

Avviare un flusso di autenticazione passando all'URL specificato e attendendo un callback/reindirizzamento allo schema 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)

Parametri

webAuthenticator
IWebAuthenticator

Oggetto IWebAuthenticator da utilizzare per il flusso di autenticazione.

url
Uri

URL a cui passare, iniziando il flusso di autenticazione.

callbackUrl
Uri

URL di callback previsto a cui verrà eseguito il reindirizzamento del flusso di spostamento.

Restituisce

Restituisce un risultato analizzato dall'URL di callback.

Si applica a