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

- [Services C API 개요 - PFAuthenticationTypes.h](/ko/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAuthenticationValidateEntityTokenResponse](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PlayFab Services SDK 릴리스 정보 2024](/ko/services/playfab/release-notes/2024.md)
- [PFAuthenticationUserSettings](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationusersettings.md)
- [AuthenticationProvider](/ko/services/playfab/api-references/events/data-types/authenticationprovider.md)
