IWebAuthenticator.AuthenticateAsync(WebAuthenticatorOptions) メソッド

定義

指定した URL に移動し、コールバック URL スキームへのコールバック/リダイレクトを待機して、認証フローを開始します。

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)

パラメーター

webAuthenticatorOptions
WebAuthenticatorOptions

WebAuthenticatorOptionsこの認証呼び出しの追加構成を含むインスタンス。

戻り値

WebAuthenticatorResultこの操作の結果を含む オブジェクト。

適用対象