Skip to main content
PFAuthenticationLoginWithXboxIdRequest 数据模型。如果这是用户首次使用 XBOX ID 登录且 CreateAccount 设为 true,将创建一个新的 PlayFab 帐户并链接到该 XBOX Live 帐户。在这种情况下,该 PlayFab 帐户将没有关联的电子邮件或用户名。否则,如果没有 PlayFab 帐户链接到该 XBOX Live 帐户,将返回相应的错误,以便游戏引导用户创建 PlayFab 帐户。

语法

成员

createAccount bool 如果当前没有 PlayFab 帐户链接到此 ID,则自动创建一个。 customTags PFStringDictionaryEntry const*
may be nullptr
(可选)与请求关联的可选自定义标记(例如生成号、外部跟踪标识符等)。 customTagsCount uint32_t customTags 的数量 infoRequestParameters PFGetPlayerCombinedInfoRequestParams const*
may be nullptr
(可选)标志,指示要为该用户返回哪些信息。 sandbox const char*
is null-terminated
XBOX Live 沙盒的 ID。 xboxId const char*
is null-terminated
用户的唯一 XBOX 标识符。

要求

头文件: PFAuthenticationTypes.h

另请参阅

PFAuthenticationTypes 成员
最后修改于 2026年8月24日