Validates a server JWT. Checks the following criteria:
login.xsolla.com
serverrequest_type
field: gateway_token
projectId required | string <uuid> ID del proyecto de Login procedente de Cuenta del editor. |
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. |
ACEPTAR
Bad Request (Solicitud errónea)
Unauthorized (No autorizado)
Not Found (No encontrado)
Unprocessable Entity (Entidad no procesable)
Too Many Requests (Demasiadas solicitudes)
{- "token": "Server token"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}