> ## 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.

# PFAccountManagementLinkGooglePlayGamesServicesAccountRequest

> PFAccountManagementLinkGooglePlayGamesServicesAccountRequest 데이터 모델. Google Play Games 로그인은 Google OAuth 2.0 자격 증명을 획득하여 수행됩니다.

PFAccountManagementLinkGooglePlayGamesServicesAccountRequest 데이터 모델. Google Play Games 로그인은 디바이스에서 Android용 Google Play Games 로그인 API를 사용하여 Google OAuth 2.0 자격 증명을 획득하여 이 API에 전달함으로써 수행됩니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementLinkGooglePlayGamesServicesAccountRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* serverAuthCode;  
} PFAccountManagementLinkGooglePlayGamesServicesAccountRequest;  
```

### 멤버

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

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

**`customTagsCount`**   uint32\_t

customTags의 개수

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

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

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

Google Play Games 클라이언트 API의 requestServerSideAccess()([https://developers.google.com/games/services/android/signin](https://developers.google.com/games/services/android/signin))를 호출하여 클라이언트에서 획득한 OAuth 2.0 서버 인증 코드입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientLinkGooglePlayGamesServicesAccountAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkgoogleplaygamesservicesaccountasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkGoogleAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkgoogleaccountrequest.md)
- [PFAccountManagementUnlinkGooglePlayGamesServicesAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkgoogleplaygamesservicesaccountrequest.md)
- [PFAccountManagementLinkGameCenterAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkgamecenteraccountrequest.md)
