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

LoginIdentityProvider enum.

## Syntax

```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  
}  
```

## Constants

| Constant              | Description |
| --------------------- | ----------- |
| 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         |

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

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