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": { }
}
}