次の方法で共有


PFAuthenticationLoginWithOpenIdConnectAsync

タイトルと Open ID Connect プロバイダーの間の既存のリレーションシップによって作成された Open ID Connect JWT を持つユーザーをログインさせます。

構文

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

パラメーター

serviceConfigHandle PFServiceConfigHandle

PFServiceConfigCreateHandle 呼び出しから PFServiceConfigHandle が返されました。

request PFAuthenticationLoginWithOpenIdConnectRequest*

設定された要求オブジェクト。

async XAsyncBlock*
Inout

非同期操作の XAsyncBlock。

戻り値

型: HRESULT

この API 操作の結果コード。

解説

この API は、すべてのプラットフォームで使用できます。 「ClientLinkOpenIdConnectAsync、ClientUnlinkOpenIdConnectAsync」もご覧ください。 非同期タスクが完了したら、 PFAuthenticationLoginWithOpenIdConnectGetResult を呼び出して結果を取得します。

要件

ヘッダー: PFAuthentication.h

関連項目

PFAuthentication メンバー