API Version: 250512 Authentication APIs Operations 展开表 Create OpenId Connection Registers a relationship between a title and an Open ID Connect provider. Create Player Shared Secret Creates a new Player Sh
摘要认证是一种强大的REST API认证机制,相比基本认证(Basic Authentication),它能够提供更高的安全性。通过确保密码哈希化和防止重放攻击,摘要认证为API交互提供了更安全的环境。使用Java和Go实现摘要认证相对简单,而Postman、cURL和Insomnia等工具可以简化测试过程。在API开发中,随着安全性要求的提升,摘要认证是一个值得考...
Service: Client API Version: 250512 Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API calls which require an authenticated userHTTP 复制 POST https://titleId.playfabapi.com/Client/LoginWithFacebook...
To configure mutual TLS for a REST API, you must use a Regional custom domain name for your API, with a TLS_1_2 security policy. For more information about choosing a security policy, see Choose a security policy for your REST API custom domain in API Gateway. Note Mutual TLS isn't ...
Type:apiKey In:header Definitions NameDescription ApiErrorWrapper The basic wrapper around every failed API response EntityKey Combined entity type and ID structure which uniquely identifies a single entity. GetEntityTokenRequest This API must be called with X-SecretKey, X-Authentication or X-Entity...
RESTful APIs 通常是无状态的, 也就意味着不应使用 sessions 或 cookies, 因此每个请求应附带某种授权凭证,因为用户授权状态可能没通过 sessions 或 cookies 维护, 常用的做法是每个请求都发送一个秘密的 access token 来认证用户, 由于 access token 可以唯一识别和认证用户,API 请求应通过 HTTPS 来防止 man-in-...
此教程演示如何使用 Postman 对 Oracle 高级身份验证进行 REST API 调用,软件通常用于 REST API 测试。目标Oracle 高级验证 REST API 提供了一种将 Oracle Advanced Authentication 与 REST 客户端集成的方法,以便他们可以配置和管理 Oracle Advanced Authentication。有关 REST API 端点的完整列表,请参阅 OAA 管理 ...
Service: Client API Version: 250606 Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API calls which require an authenticated userHTTP Copy POST https://titleId.playfabapi.com/Client/LoginWithFacebook...
RESTful APIs 通常是无状态的,也就意味着不应使用 sessions 或 cookies,因此每个请求应附带某种授权凭证,因为用户授权状态可能没通过 sessions 或 cookies 维护,常用的做法是每个请求都发送一个秘密的 access token 来认证用户,由于 access token 可以唯一识别和认证用户, API 请求应通过 HTTPS 来防止 man-in-the-...
Application developers can use the REST API to augment the client SDKs with functionality that may not be available in the client API. Types of applications and logins Using the supported client SDKs, developers can build the following types of applications: Applications that target the end users...