Xsolla-logo
  • 문서화
  • 계정 생성

Validate user JWTClient-side

post/token/validate

Validates a user JWT based on the following criteria:

  • the lifetime of the token
  • existence of the Login project
  • presence of an authentic signature from the login.xsolla.com server
  • user existence
  • Validates the user JWT.
Request
Request Body schema: application/json
token
required
string

사용자 JWT입니다.

Responses
204

확인

400

잘못된 요청

404

찾을 수 없음

422

처리할 수 없는 엔터티

429

요청이 너무 많음

Request samples
application/json
{
  • "token": "jwtToken"
}
Response samples
{
  • "error": {
    }
}