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

# PFAuthenticationIdentifiedDeviceType

> Enumeración IdentifiedDeviceType.

Enumeración IdentifiedDeviceType.

## Sintaxis

```cpp theme={null}
enum class PFAuthenticationIdentifiedDeviceType  : uint32_t  
{  
    Unknown,  
    XboxOne,  
    Scarlett,  
    WindowsOneCore,  
    WindowsOneCoreMobile,  
    Win32,  
    android,  
    iOS,  
    PlayStation,  
    Nintendo  
}  
```

## Constantes

| Constante            | Descripción |
| -------------------- | ----------- |
| Unknown              | TBD         |
| XboxOne              | TBD         |
| Scarlett             | TBD         |
| WindowsOneCore       | TBD         |
| WindowsOneCoreMobile | TBD         |
| Win32                | TBD         |
| android              | TBD         |
| iOS                  | TBD         |
| PlayStation          | TBD         |
| Nintendo             | TBD         |

## Requisitos

**Encabezado:** PFAuthenticationTypes.h

## Consulte también

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


## Related topics

- [Información general de la API de C de Services - PFAuthenticationTypes.h](/es/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenResponse](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [Notas de la versión del SDK de PlayFab Services 2024](/es/services/playfab/release-notes/2024.md)
- [PFAuthenticationUserSettings](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationusersettings.md)
- [XSystemDeviceType](/es/reference/system/xsystem/enums/xsystemdevicetype.md)
