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": [
    ]
}