WebAuthenticatorExtensions.AuthenticateAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.