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

> IdentifiedDeviceType 枚举。

IdentifiedDeviceType 枚举。

## 语法

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

## 常量

| 常量                   | 说明  |
| -------------------- | --- |
| Unknown              | TBD |
| XboxOne              | TBD |
| Scarlett             | TBD |
| WindowsOneCore       | TBD |
| WindowsOneCoreMobile | TBD |
| Win32                | TBD |
| android              | TBD |
| iOS                  | TBD |
| PlayStation          | TBD |
| Nintendo             | TBD |

## 要求

**头文件：** PFAuthenticationTypes.h

## 另请参阅

[PFAuthenticationTypes 成员](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [服务 C API 概览 - PFAuthenticationTypes.h](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenResponse](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PlayFab Services SDK 2024 版本发布说明](/zh-CN/services/playfab/release-notes/2024.md)
- [PFAuthenticationUserSettings](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationusersettings.md)
- [XSystemDeviceType](/zh-CN/reference/system/xsystem/enums/xsystemdevicetype.md)
