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

> Modelo de datos de PFAuthenticationEntityTokenResponse.

Modelo de datos de PFAuthenticationEntityTokenResponse.

## Sintaxis

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

### Miembros

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

(Opcional) El id. y el tipo de la entidad.

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

(Opcional) El token usado para establecer X-EntityToken en todas las llamadas de API basadas en entidades.

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

(Opcional) La hora a la que expirará el token, si es un token con expiración, en UTC.

## Requisitos

**Encabezado:** PFAuthenticationTypes.h

## Consulte también

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


## Related topics

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