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

# PFAuthenticationUserSettings

> PFAuthenticationUserSettings 데이터 모델.

PFAuthenticationUserSettings 데이터 모델.

## 구문

```cpp theme={null}
typedef struct PFAuthenticationUserSettings {  
    bool gatherDeviceInfo;  
    bool gatherFocusInfo;  
    bool needsAttribution;  
} PFAuthenticationUserSettings;  
```

### 멤버

**`gatherDeviceInfo`**   bool

이 플레이어가 디바이스 정보 수집 대상인지 여부를 나타내는 부울 값입니다.

**`gatherFocusInfo`**   bool

이 플레이어가 OnFocus 플레이 시간 추적을 보고해야 하는지 여부를 나타내는 부울 값입니다.

**`needsAttribution`**   bool

이 플레이어가 광고 추적 대상인지 여부를 나타내는 부울 값입니다.

## 요구 사항

**헤더:** PFAuthenticationTypes.h

## 참고 항목

[PFAuthenticationTypes 멤버](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationLoginResult](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginresult.md)
- [Services C API 개요 - PFAuthenticationTypes.h](/ko/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationLoginWithXUserRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithxuserrequest.md)
- [PFAuthenticationLoginWithXUserAsync](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxuserasync.md)
- [PFAuthenticationLoginWithXUserGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxusergetresult.md)
