AppleSignInAuthenticator.AuthenticateAsync メソッド

定義

ネイティブの Apple サインイン認証要求を実行します。

public static System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult> AuthenticateAsync (Microsoft.Maui.Authentication.AppleSignInAuthenticator.Options? options = default);
static member AuthenticateAsync : Microsoft.Maui.Authentication.AppleSignInAuthenticator.Options -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.WebAuthenticatorResult>
Public Shared Function AuthenticateAsync (Optional options As AppleSignInAuthenticator.Options = Nothing) As Task(Of WebAuthenticatorResult)

パラメーター

options
AppleSignInAuthenticator.Options

追加のサインイン オプション。

戻り値

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

適用対象