> ## 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](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresult.md)
- [Services C API 개요 - PFAuthenticationTypes.h](/ko/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenrequest.md)
- [PFAuthenticationValidateEntityTokenAsync](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokenasync.md)
- [PFAuthenticationValidateEntityTokenGetResultSize](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationvalidateentitytokengetresultsize.md)
