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

> Modelo de datos de PFAuthenticationValidateEntityTokenResponse.

Modelo de datos de PFAuthenticationValidateEntityTokenResponse.

## Sintaxis

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

### Miembros

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

(Opcional) Id. y tipo de la entidad.

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

(Opcional) Dispositivo autenticado para esta entidad, para el inicio de sesión dado.

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

(Opcional) Proveedor de identidades para esta entidad, para el inicio de sesión dado.

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

(Opcional) Id. emitido por el proveedor de identidades, por ejemplo, un XUID en XBOX Live.

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

(Opcional) Linaje de este perfil.

## Requisitos

**Encabezado:** PFAuthenticationTypes.h

## Consulte también

[Miembros de PFAuthenticationTypes](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationValidateEntityTokenGetResult](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresult.md)
- [Información general de la API de C de Services - PFAuthenticationTypes.h](/es/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenRequest](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenrequest.md)
- [PFAuthenticationValidateEntityTokenAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokenasync.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
