> ## 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              | 未定 |
| XboxOne              | 未定 |
| Scarlett             | 未定 |
| WindowsOneCore       | 未定 |
| WindowsOneCoreMobile | 未定 |
| Win32                | 未定 |
| android              | 未定 |
| iOS                  | 未定 |
| PlayStation          | 未定 |
| Nintendo             | 未定 |

## 要件

**ヘッダー:** PFAuthenticationTypes.h

## 関連項目

[PFAuthenticationTypes のメンバー](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [Services C API overview - PFAuthenticationTypes.h](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenResponse](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PlayFab Services SDK リリースノート 2024](/ja-jp/services/playfab/release-notes/2024.md)
- [PFAuthenticationUserSettings](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationusersettings.md)
- [PC およびモバイル ゲーム向けの XBOX 要件テスト ケース](/ja-jp/publishing/certification/pc-policy-tests.md)
