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

# PFAccountManagementClientLinkPSNAccountRequest

> PFAccountManagementClientLinkPSNAccountRequest データ モデル。

PFAccountManagementClientLinkPSNAccountRequest データ モデル。

## 構文

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

### メンバー

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

PlayStation :tm: Network から提供される認証コード。

**`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*

(省略可) 別のユーザーが既にそのアカウントにリンクされている場合、他のユーザーのリンクを解除して再リンクします。

**`issuerId`**   int32\_t const\*<br />*may be nullptr*

(省略可) PlayStation :tm: Network の発行者環境の ID。null の場合、既定で運用環境になります。

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

認証コードを要求する際に PlayStation :tm: Network に指定するリダイレクト URI。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkPSNAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkpsnaccountasync.md)
- [PFAccountManagementClientLinkXboxAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinkxboxaccountrequest.md)
- [PFAccountManagementClientLinkNintendoServiceAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoserviceaccountrequest.md)
- [PFAccountManagementClientLinkXboxAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkxboxaccountasync.md)
- [PFAccountManagementClientLinkFacebookAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkfacebookaccountasync.md)
