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

# PFAccountManagementLinkOpenIdConnectRequest

> PFAccountManagementLinkOpenIdConnectRequest データ モデル。

PFAccountManagementLinkOpenIdConnectRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementLinkOpenIdConnectRequest {  
    const char* connectionId;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* idToken;  
} PFAccountManagementLinkOpenIdConnectRequest;  
```

### メンバー

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

使用する OpenID Connect プロバイダー関係を識別する名前です。最大 100 文字です。

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

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

**`customTagsCount`**   uint32\_t

customTags の数

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

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

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

サインイン後に ID プロバイダーから返される JSON Web Token (JWT) です。ID プロバイダーの応答の id\_token フィールドとして表されます。要求を検証し、リンク対象のユーザー ID (OpenID Connect サブジェクト) を検索するために使用されます。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientLinkOpenIdConnectAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkopenidconnectasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementUnlinkOpenIdConnectRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkopenidconnectrequest.md)
- [PFAccountManagementClientUnlinkOpenIdConnectAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkopenidconnectasync.md)
- [PFAccountManagementLinkSteamIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinksteamidrequest.md)
