IWebAuthenticator.AuthenticateAsync(WebAuthenticatorOptions) Método

Definição

Inicie um fluxo de autenticação navegando até a URL especificada e aguardando um retorno de chamada/redirecionamento para o esquema de URL de retorno de chamada.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Authentication::WebAuthenticatorResult ^> ^ AuthenticateAsync(Microsoft::Maui::Authentication::WebAuthenticatorOptions ^ webAuthenticatorOptions);
public System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult> AuthenticateAsync (Microsoft.Maui.Authentication.WebAuthenticatorOptions webAuthenticatorOptions);
abstract member AuthenticateAsync : Microsoft.Maui.Authentication.WebAuthenticatorOptions -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult>
Public Function AuthenticateAsync (webAuthenticatorOptions As WebAuthenticatorOptions) As Task(Of WebAuthenticatorResult)

Parâmetros

webAuthenticatorOptions
WebAuthenticatorOptions

Uma WebAuthenticatorOptions instância que contém configuração adicional para essa chamada de autenticação.

Retornos

Um WebAuthenticatorResult objeto com os resultados dessa operação.

Aplica-se a