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

# PFAuthenticationAuthenticateCustomIdRequest

> PFAuthenticationAuthenticateCustomIdRequest データ モデル。game_server エンティティ トークンを作成または返します。呼び出し元はタイトル エンティティである必要があります。

PFAuthenticationAuthenticateCustomIdRequest データ モデル。game\_server エンティティ トークンを作成または返します。呼び出し元はタイトル エンティティである必要があります。

## 構文

```cpp theme={null}
typedef struct PFAuthenticationAuthenticateCustomIdRequest {  
    const char* customId;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
} PFAuthenticationAuthenticateCustomIdRequest;  
```

### メンバー

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

game\_server エンティティ トークンの作成と取得に使用される customId。これはタイトル レベルで一意です。CustomId は 32 ～ 100 文字である必要があります。

**`customTags`**   PFStringDictionaryEntry const\*<br />*may be nullptr*

(オプション) リクエストに関連付けるオプションのカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

## 要件

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

## 関連項目

[PFAuthenticationTypes のメンバー](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationAuthenticateGameServerWithCustomIdAsync](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationauthenticategameserverwithcustomidasync.md)
- [Services C API overview - PFAuthenticationTypes.h](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationAuthenticateCustomIdResult](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationauthenticatecustomidresult.md)
- [PFAuthenticationAuthenticateGameServerWithCustomIdGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationauthenticategameserverwithcustomidgetresult.md)
- [PFAuthenticationLoginWithServerCustomIdRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithservercustomidrequest.md)
