AppleSignInAuthenticator.AuthenticateAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行本机 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 此操作结果的 对象。