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

> Modelo de datos de PFAuthenticationUserSettings.

Modelo de datos de PFAuthenticationUserSettings.

## Sintaxis

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

### Miembros

**`gatherDeviceInfo`**   bool

Booleano que indica si este jugador es apto para la recopilación de información del dispositivo.

**`gatherFocusInfo`**   bool

Booleano que indica si este jugador debe informar del seguimiento del tiempo de juego OnFocus.

**`needsAttribution`**   bool

Booleano que indica si este jugador es apto para el seguimiento de anuncios.

## Requisitos

**Encabezado:** PFAuthenticationTypes.h

## Consulte también

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


## Related topics

- [PFAuthenticationLoginResult](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginresult.md)
- [Información general de la API de C de Services - PFAuthenticationTypes.h](/es/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationLoginWithXUserRequest](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithxuserrequest.md)
- [PFAuthenticationLoginWithXUserAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxuserasync.md)
- [PFAuthenticationLoginWithXUserGetResult](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxusergetresult.md)
