PFAuthenticationLoginWithAppleAsync

Apple でサインイン ID トークンを使用してユーザーをサインインします。

構文

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

関連項目

PFAuthentication メンバー