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

# PFAuthenticationValidateEntityTokenResponse

> PFAuthenticationValidateEntityTokenResponse データ モデル。

PFAuthenticationValidateEntityTokenResponse データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAuthenticationValidateEntityTokenResponse {  
    PFEntityKey const* entity;  
    PFAuthenticationIdentifiedDeviceType const* identifiedDeviceType;  
    PFLoginIdentityProvider const* identityProvider;  
    const char* identityProviderIssuedId;  
    PFEntityLineage const* lineage;  
} PFAuthenticationValidateEntityTokenResponse;  
```

### メンバー

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

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

**`identifiedDeviceType`**   [PFAuthenticationIdentifiedDeviceType](/services/playfab/api-references/c/pfauthenticationtypes/enums/pfauthenticationidentifieddevicetype) const\*<br />*may be nullptr*

(オプション) このエンティティについて、指定のログインで認証されたデバイス。

**`identityProvider`**   [PFLoginIdentityProvider](/services/playfab/api-references/c/pftypes/enums/pfloginidentityprovider) const\*<br />*may be nullptr*

(オプション) このエンティティについて、指定のログインの ID プロバイダー。

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

(オプション) ID プロバイダーが発行した ID。たとえば XBOX Live 上の XUID。

**`lineage`**   PFEntityLineage const\*<br />*may be nullptr*

(オプション) このプロファイルのリネージ。

## 要件

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

## 関連項目

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


## Related topics

- [PFAuthenticationValidateEntityTokenGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresult.md)
- [Services C API overview - PFAuthenticationTypes.h](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenrequest.md)
- [PFAuthenticationValidateEntityTokenAsync](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokenasync.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
