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

# PFAccountManagementLinkSteamAccountRequest

> PFAccountManagementLinkSteamAccountRequest データ モデル。Steam の認証は Steam セッション チケットを使用して実行されます。チケットの詳細情報は以下を参照してください。

PFAccountManagementLinkSteamAccountRequest データ モデル。Steam の認証は Steam セッション チケットを使用して実行されます。チケットの詳細については、Steamworks SDK ([https://partner.steamgames.com/documentation/auth](https://partner.steamgames.com/documentation/auth)) を参照してください (サインインが必要です)。注意: Steam 認証が機能するためには、PlayFab ゲーム マネージャー (\[プロパティ] の下) でタイトルに Steam アプリケーション ID とパブリッシャー キーが構成されている必要があります。タイトル用のパブリッシャー キー (PlayFab ではシークレット キーと呼ばれます) の作成方法については、[https://partner.steamgames.com/documentation/webapi#publisherkey](https://partner.steamgames.com/documentation/webapi#publisherkey) を参照してください。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementLinkSteamAccountRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* steamTicket;  
    bool const* ticketIsServiceSpecific;  
} PFAccountManagementLinkSteamAccountRequest;  
```

### メンバー

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

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

**`customTagsCount`**   uint32\_t

customTags の数

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

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

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

ユーザーの認証トークンです。Steam からバイト配列として返され、文字列に変換されます (たとえば、バイト 0x08 は "08" になります)。

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

(オプション) チケットが ID 文字列として "AzurePlayFab" を使用して ISteamUser::GetAuthTicketForWebAPI() で生成された場合は true です。チケットが ISteamUser::GetAuthSessionTicket() で生成された場合は false です。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientLinkSteamAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinksteamaccountasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkSteamIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinksteamidrequest.md)
- [PFAccountManagementServerLinkSteamIdAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinksteamidasync.md)
- [PFAccountManagementLinkKongregateAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkkongregateaccountrequest.md)
