PFAuthenticationLoginWithOpenIdConnectAsync

具有 Open ID Connect JWT 的用户中的日志,该用户由游戏与 Open ID Connect 提供程序之间的现有关系创建。

语法

HRESULT PFAuthenticationLoginWithOpenIdConnectAsync(  
    PFServiceConfigHandle serviceConfigHandle,  
    const PFAuthenticationLoginWithOpenIdConnectRequest* request,  
    XAsyncBlock* async  
)  

参数

serviceConfigHandle PFServiceConfigHandle

从 PFServiceConfigCreateHandle 调用返回的 PFServiceConfigHandle。

request PFAuthenticationLoginWithOpenIdConnectRequest*

已填充的请求对象。

async XAsyncBlock*
Inout

异步操作的 XAsyncBlock。

返回值

类型:HRESULT

此 API 操作的结果代码。

备注

此 API 在所有平台上都可用。 另请参阅 ClientLinkOpenIdConnectAsync、ClientUnlinkOpenIdConnectAsync。 异步任务完成后,调用PFAuthenticationLoginWithCustomIDGetResult获取结果。

要求

标头:PFAuthentication.h

另请参阅

PFAuthentication 成员