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

# PFAccountManagementLinkAppleRequest

> PFAccountManagementLinkAppleRequest データ モデル。

PFAccountManagementLinkAppleRequest データ モデル。

## 構文

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

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr の場合があります*

(オプション) 要求に関連付けられたオプションのカスタム タグです (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

**`forceLink`**   bool const\*<br />*nullptr の場合があります*

(オプション) 他のユーザーが既に特定の Apple アカウントにリンクされている場合は、そのユーザーのリンクを解除して再リンクします。

**`identityToken`**   const char\*<br />*null で終端されます*

サインイン後に Apple から返される JSON Web Token (JWT) です。認可資格情報ペイロードの identityToken フィールドとして表されます。要求を検証し、リンク対象のユーザー ID (Apple のサブジェクト) を検索するために使用されます。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientLinkAppleAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkappleasync.md)
- [PFAccountManagementUnlinkAppleRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkapplerequest.md)
- [PFAccountManagementLinkKongregateAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkkongregateaccountrequest.md)
- [PFAccountManagementLinkTwitchAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinktwitchaccountrequest.md)
- [PFAccountManagementClientLinkPSNAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinkpsnaccountrequest.md)
