> ## 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               | 未定 |
| PlayFab               | 未定 |
| Custom                | 未定 |
| GameCenter            | 未定 |
| GooglePlay            | 未定 |
| Steam                 | 未定 |
| XBoxLive              | 未定 |
| PSN                   | 未定 |
| Kongregate            | 未定 |
| Facebook              | 未定 |
| IOSDevice             | 未定 |
| AndroidDevice         | 未定 |
| Twitch                | 未定 |
| WindowsHello          | 未定 |
| GameServer            | 未定 |
| CustomServer          | 未定 |
| NintendoSwitch        | 未定 |
| FacebookInstantGames  | 未定 |
| OpenIdConnect         | 未定 |
| Apple                 | 未定 |
| NintendoSwitchAccount | 未定 |
| GooglePlayGames       | 未定 |
| XboxMobileStore       | 未定 |
| King                  | 未定 |

## 要件

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

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

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