構文
メンバー
createAccount bool
この ID に現在リンクされている PlayFab アカウントがない場合、自動的に PlayFab アカウントを作成します。
customTags PFStringDictionaryEntry const*may be nullptr (オプション) リクエストに関連付けるオプションのカスタム タグ (ビルド番号、外部トレース識別子など)。
customTagsCount uint32_t
customTags の数
infoRequestParameters PFGetPlayerCombinedInfoRequestParams const*may be nullptr (オプション) ユーザーに対して返す情報のフラグ。
playerId const char*is null-terminated (オプション) 一意な Game Center プレイヤー ID。
playerSecret const char*is null-terminated (オプション) API リクエスト署名の検証に使用されるプレイヤー シークレット (Enterprise 専用)。
publicKeyUrl const char*is null-terminated (オプション) 署名の検証に使用される公開暗号化鍵の URL。
salt const char*is null-terminated (オプション) ハッシュの計算に使用され、ランダム化を維持するためのランダム値。
signature const char*is null-terminated (オプション) 認証ペイロードの検証署名。
timestamp const char*is null-terminated (オプション) 署名が作成された日時の整数表現。PlayFab は、サーバーの現在時刻から 10 分以内に含まれない認証署名を拒否します。
