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

# PFAccountManagementServerLinkPSNAccountRequest

> PFAccountManagementServerLinkPSNAccountRequest 데이터 모델입니다.

PFAccountManagementServerLinkPSNAccountRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementServerLinkPSNAccountRequest {  
    const char* authCode;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    int32_t const* issuerId;  
    const char* playFabId;  
    const char* redirectUri;  
} PFAccountManagementServerLinkPSNAccountRequest;  
```

### 멤버

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

PlayStation :tm: Network에서 제공하는 인증 코드입니다.

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

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

**`customTagsCount`**   uint32\_t

customTags의 개수

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

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

**`issuerId`**   int32\_t const\*<br />*nullptr일 수 있음*

(선택 사항) PlayStation :tm: Network 발급자 환경의 ID입니다. null인 경우 프로덕션 환경으로 기본 설정됩니다.

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

작업이 수행될 사용자의 고유 PlayFab 할당 ID입니다.

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

인증 코드를 요청할 때 PlayStation :tm: Network에 제공된 리디렉션 URI입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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