> ## 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](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationauthenticatecustomidresult.md)
- [PFAuthenticationServerLoginWithXboxGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithxboxgetresult.md)
- [PFAuthenticationServerLoginWithXboxIdGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithxboxidgetresult.md)
- [PFAuthenticationServerLoginWithSteamIdGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithsteamidgetresult.md)
- [PFAuthenticationServerLoginWithServerCustomIdGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationserverloginwithservercustomidgetresult.md)
