Validates a server JWT. Checks the following criteria:
login.xsolla.com
serverrequest_type
field: gateway_token
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
token required | string The server token that is sent by the Xsolla Login server to your server in response to the authentication, user registration, or password reset request when using a custom data storage. |
확인
잘못된 요청
인증되지 않음
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
{- "token": "Server token"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}