IAppleSignInAuthenticator.AuthenticateAsync 方法

定义

执行本机 Apple 登录身份验证请求。

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

参数

options
AppleSignInAuthenticator.Options

其他登录选项。

返回

具有 WebAuthenticatorResult 此操作结果的 对象。

适用于