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

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