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

（可选）针对给定登录，此实体的身份提供程序。

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

（可选）身份提供程序颁发的 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](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresult.md)
- [服务 C API 概览 - PFAuthenticationTypes.h](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenRequest](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenrequest.md)
- [PFAuthenticationValidateEntityTokenAsync](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokenasync.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
