Xsolla-logo
  • 文档
  • 创建帐户

Get JSON Web Key SetClient-side

get/projects/{project_id}/jwks.json

Gets a JSON object that represents a set of JWKs. The JSON object MUST have a keys member, which is an array of JWKs.

Request
path Parameters
project_id
required
string <uuid>

发布商帐户中的登录管理器项目ID。

Responses
200

确定

400

错误的请求

404

未找到

429

请求过多

Request samples
curl --request GET \
  --url https://login.xsolla.com/api/projects/{project_id}/jwks.json
Response samples
application/json
{
  • "keys": [
    ]
}