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

# PFAuthenticationEntityTokenResponse

> PFAuthenticationEntityTokenResponse データ モデル。

PFAuthenticationEntityTokenResponse データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAuthenticationEntityTokenResponse {  
    PFEntityKey const* entity;  
    const char* entityToken;  
    time_t const* tokenExpiration;  
} PFAuthenticationEntityTokenResponse;  
```

### メンバー

**`entity`**   PFEntityKey const\*<br />*may be nullptr*

(オプション) エンティティの ID と型。

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

(オプション) すべてのエンティティ ベースの API 呼び出しで X-EntityToken を設定するために使用されるトークン。

**`tokenExpiration`**   time\_t const\*<br />*may be nullptr*

(オプション) トークンが有効期限付きの場合、その有効期限 (UTC)。

## 要件

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

## 関連項目

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


## Related topics

- [PFAuthenticationAuthenticateCustomIdResult](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationauthenticatecustomidresult.md)
- [PFAuthenticationServerLoginWithXboxGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithxboxgetresult.md)
- [PFAuthenticationServerLoginWithXboxIdGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithxboxidgetresult.md)
- [PFAuthenticationServerLoginWithSteamIdGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithsteamidgetresult.md)
- [PFAuthenticationServerLoginWithServerCustomIdGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithservercustomidgetresult.md)
