> ## 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 />*nullptr일 수 있음*

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수

**`forceLink`**   bool const\*<br />*nullptr일 수 있음*

(선택 사항) 다른 사용자가 이미 계정에 연결되어 있는 경우, 다른 사용자의 연결을 해제하고 다시 연결합니다. 현재 사용자가 이미 연결되어 있는 경우 두 계정을 모두 연결합니다.

**`gameCenterId`**   const char\*<br />*null로 종료됨*

연결할 플레이어 계정의 Game Center 식별자입니다.

**`publicKeyUrl`**   const char\*<br />*null로 종료됨*

(선택 사항) 서명을 확인하는 데 사용될 공개 암호화 키의 URL입니다.

**`salt`**   const char\*<br />*null로 종료됨*

(선택 사항) 해시를 계산하고 임의성을 유지하는 데 사용되는 난수 값입니다.

**`signature`**   const char\*<br />*null로 종료됨*

(선택 사항) 인증 페이로드의 확인 서명입니다.

**`timestamp`**   const char\*<br />*null로 종료됨*

(선택 사항) 서명이 생성된 날짜 및 시간의 정수 표현입니다. PlayFab은 서버의 현재 시간에서 10분을 벗어난 인증 서명을 거부합니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkGameCenterAccountAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkgamecenteraccountasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkGooglePlayGamesServicesAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkgoogleplaygamesservicesaccountrequest.md)
- [PFAccountManagementUnlinkGameCenterAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkgamecenteraccountrequest.md)
- [PFAccountManagementLinkFacebookInstantGamesIdRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkfacebookinstantgamesidrequest.md)
