PFAuthenticationReLoginWithGooglePlayGamesServicesAsync
重新对现有 PFEntityHandle 进行身份验证。 用于处理 EntityToken 已过期且 PlayFab SDK 无法刷新它的情况。
语法
HRESULT PFAuthenticationReLoginWithGooglePlayGamesServicesAsync(
PFEntityHandle entityHandle,
const PFAuthenticationLoginWithGooglePlayGamesServicesRequest* request,
XAsyncBlock* async
)
参数
entityHandle
PFEntityHandle
用于重新登录的 PFEntityHandle。
request
PFAuthenticationLoginWithGooglePlayGamesServicesRequest*
已填充的请求对象。
async
XAsyncBlock*
Inout
异步操作的 XAsyncBlock。
返回值
类型:HRESULT
此 API 操作的结果代码。
备注
调用 XAsyncGetStatus 以获取操作的状态。 如果成功,将就地更新 PFEntityHandle 的缓存 EntityToken。
要求
标头:PFAuthentication.h