PFAuthenticationLoginWithAppleAsync
让用户使用“通过 Apple 登录”标识令牌登录。
语法
HRESULT PFAuthenticationLoginWithAppleAsync(
PFServiceConfigHandle serviceConfigHandle,
const PFAuthenticationLoginWithAppleRequest* request,
XAsyncBlock* async
)
参数
serviceConfigHandle
PFServiceConfigHandle
从 PFServiceConfigCreateHandle 调用返回的 PFServiceConfigHandle。
request
PFAuthenticationLoginWithAppleRequest*
已填充的请求对象。
async
XAsyncBlock*
Inout
异步操作的 XAsyncBlock。
返回值
类型:HRESULT
此 API 操作的结果代码。
备注
此 API 在 iOS 和 macOS 上可用。 另请参阅 ClientLinkAppleAsync、ClientUnlinkAppleAsync。 异步任务完成后,调用 PFAuthenticationLoginWithAppleGetResult 获取结果。
要求
标头:PFAuthentication.h