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

# PFLoginIdentityProvider

> LoginIdentityProvider 열거형입니다.

LoginIdentityProvider 열거형입니다.

## 구문

```cpp theme={null}
enum class PFLoginIdentityProvider  : uint32_t  
{  
    Unknown,  
    PlayFab,  
    Custom,  
    GameCenter,  
    GooglePlay,  
    Steam,  
    XBoxLive,  
    PSN,  
    Kongregate,  
    Facebook,  
    IOSDevice,  
    AndroidDevice,  
    Twitch,  
    WindowsHello,  
    GameServer,  
    CustomServer,  
    NintendoSwitch,  
    FacebookInstantGames,  
    OpenIdConnect,  
    Apple,  
    NintendoSwitchAccount,  
    GooglePlayGames,  
    XboxMobileStore,  
    King  
}  
```

## 상수

| 상수                    | 설명  |
| --------------------- | --- |
| Unknown               | TBD |
| PlayFab               | TBD |
| Custom                | TBD |
| GameCenter            | TBD |
| GooglePlay            | TBD |
| Steam                 | TBD |
| XBoxLive              | TBD |
| PSN                   | TBD |
| Kongregate            | TBD |
| Facebook              | TBD |
| IOSDevice             | TBD |
| AndroidDevice         | TBD |
| Twitch                | TBD |
| WindowsHello          | TBD |
| GameServer            | TBD |
| CustomServer          | TBD |
| NintendoSwitch        | TBD |
| FacebookInstantGames  | TBD |
| OpenIdConnect         | TBD |
| Apple                 | TBD |
| NintendoSwitchAccount | TBD |
| GooglePlayGames       | TBD |
| XboxMobileStore       | TBD |
| King                  | TBD |

## 요구 사항

**헤더:** PFTypes.h

## 참고 항목

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFAuthenticationValidateEntityTokenResponse](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFSegmentsPlayerLinkedAccount](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlinkedaccount.md)
- [PFLinkedPlatformAccountModel](/ko/services/playfab/api-references/c/pftypes/structs/pflinkedplatformaccountmodel.md)
- [LoginIdentityProvider](/ko/services/playfab/api-references/events/data-types/loginidentityprovider.md)
