> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementLinkGameCenterAccountRequest

> PFAccountManagementLinkGameCenterAccountRequest 数据模型。

PFAccountManagementLinkGameCenterAccountRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementLinkGameCenterAccountRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* gameCenterId;  
    const char* publicKeyUrl;  
    const char* salt;  
    const char* signature;  
    const char* timestamp;  
} PFAccountManagementLinkGameCenterAccountRequest;  
```

### 成员

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

（可选）与请求关联的可选自定义标记（例如构建版本号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的计数

**`forceLink`**   bool const\*<br />*may be nullptr*

（可选）如果另一个用户已链接到该账号，则取消该用户的链接并重新链接。如果当前用户已链接，则同时链接两个账号。

**`gameCenterId`**   const char\*<br />*is null-terminated*

要链接的玩家账号的 Game Center 标识符。

**`publicKeyUrl`**   const char\*<br />*is null-terminated*

（可选）用于验证签名的公共加密密钥的 URL。

**`salt`**   const char\*<br />*is null-terminated*

（可选）用于计算哈希值并保持其随机化的随机值。

**`signature`**   const char\*<br />*is null-terminated*

（可选）身份验证负载的验证签名。

**`timestamp`**   const char\*<br />*is null-terminated*

（可选）签名创建时的日期和时间的整数表示。PlayFab 将拒绝与服务器当前时间相差超过 10 分钟的身份验证签名。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkGameCenterAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkgamecenteraccountasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkGooglePlayGamesServicesAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkgoogleplaygamesservicesaccountrequest.md)
- [PFAccountManagementUnlinkGameCenterAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkgamecenteraccountrequest.md)
- [PFAccountManagementLinkFacebookInstantGamesIdRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkfacebookinstantgamesidrequest.md)
