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

# PlayFab Identity 文档

> 面向玩家登录以及 Game Manager 认证的概览、快速入门与教程。

面向玩家登录、开发者账号以及各平台身份认证的概览、快速入门与教程。

## 关于 PlayFab 认证

<CardGroup cols={2}>
  <Card title="什么是玩家认证？" icon="user-shield" href="/services/playfab/identity/player-identity/authentication">
    PlayFab 如何验证玩家并颁发会话票据。
  </Card>
</CardGroup>

## 玩家登录

<CardGroup cols={2}>
  <Card title="关于玩家登录" icon="right-to-bracket" href="/services/playfab/identity/player-identity/login">
    PlayFab 支持的登录流程。
  </Card>

  <Card title="玩家登录快速入门" icon="bolt" href="/services/playfab/identity/player-identity/login/quickstart">
    在几分钟内端到端完成玩家登录。
  </Card>
</CardGroup>

## 平台专属认证

<CardGroup cols={2}>
  <Card title="概览" icon="layer-group" href="/services/playfab/identity/player-identity/platform-specific-authentication">
    为你的平台选择合适的提供方。
  </Card>

  <Card title="Facebook + Unity" icon="facebook" href="/services/playfab/identity/player-identity/platform-specific-authentication/facebook-unity">
    在 Unity 项目中通过 Facebook 让玩家登录。
  </Card>

  <Card title="Steam + Unity" icon="steam" href="/services/playfab/identity/player-identity/platform-specific-authentication/steam-unity">
    在 Unity 项目中通过 Steam 让玩家登录。
  </Card>

  <Card title="Google Play Games + Unity" icon="google" href="/services/playfab/identity/player-identity/platform-specific-authentication/google-sign-in-unity">
    在 Unity 中通过 Google Play Games 让玩家登录。
  </Card>

  <Card title="使用 Apple 登录" icon="apple" href="/services/playfab/identity/player-identity/platform-specific-authentication/apple-open-id/overview">
    为你的 PlayFab game 添加"使用 Apple 登录"。
  </Card>

  <Card title="XBOX Live title 关联" icon="xbox" href="/services/playfab/identity/player-identity/platform-specific-authentication/xbox-live-add-on">
    将 XBOX Live title 关联到 PlayFab。
  </Card>

  <Card title="Kongregate + Unity" icon="gamepad" href="/services/playfab/identity/player-identity/platform-specific-authentication/kongregate-unity">
    在 Unity 项目中通过 Kongregate 让玩家登录。
  </Card>

  <Card title="用于测试的 HTTP 服务器" icon="server" href="/services/playfab/identity/player-identity/platform-specific-authentication/running-an-http-server-for-testing">
    为认证流程测试运行一个本地 HTTP 服务器。
  </Card>
</CardGroup>

## 开发者账号

<CardGroup cols={2}>
  <Card title="Game Manager 认证" icon="key" href="/services/playfab/identity/dev-identity/authentication/aad-authentication">
    通过 Microsoft Entra ID 登录 Game Manager。
  </Card>
</CardGroup>

## 定价

<CardGroup cols={2}>
  <Card title="计量单位概览" icon="gauge" href="/services/playfab/pricing/meters/meters">
    Identity 使用量的计量方式。
  </Card>

  <Card title="用量最佳实践" icon="chart-line" href="/services/playfab/pricing/consumption-best-practices">
    为认证密集型游戏降低成本、提升效率。
  </Card>
</CardGroup>


## Related topics

- [用于 PlayFab API 的 Microsoft Entra ID 身份验证](/zh-CN/services/playfab/identity/dev-identity/authentication/entra-id-api-authentication.md)
- [使用 Steam 和 Unity 设置 PlayFab 身份验证](/zh-CN/services/playfab/identity/player-identity/platform-specific-authentication/steam-unity.md)
- [PlayFab UGC 文档](/zh-CN/services/playfab/economy-monetization/economy-v2/ugc/index.md)
- [PlayFab Economy 文档](/zh-CN/services/playfab/economy-monetization/economy/index.md)
- [PlayFab 多人文档](/zh-CN/services/playfab/multiplayer/index.md)
