Integration Guide > /wiki/spaces/KS4GFP/pages/547192833
목차 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
/auth/validation
Description
Verifies the validity of the accessToken and the player.
...
Status Code | Status Code Description | Status Code Detailed Description |
---|---|---|
200 | Normal Response | Normal |
400 | Bad Request | Unparsable request data, missing mandatory parameters, or parameter type error |
401 | Unauthenticated | Authentication failed > Game Kick |
406 | Not Acceptable | Cannot process > Game Kick |
4xx (custom status) | Player Abnormal State | Re-login required to clear abnormal state > Game kick |
500 | Internal Server Error | Internal server system error |
503 | Service Unavailable | Service unavailable (e.g., internal server timeout) |
...