共用方式為


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 此作業結果的物件。

適用於