Game User Access Token Verification Process

Game User Access Token Verification Sequence Diagram

Untitled

Access Token Type

Token Type Issue Role Valid
Game User Access Token Client Verifies user. 6 hrs(21600000ms)
Refresh Token Client To communicate with the Stove API server, you authenticate with the server. 720 hrs(30 Day)
Server Access Token Server Verifies server to communicate with the Stove API server. 720 hrs(30 Day)

Game User Access Token

API Access Token Introduction

<aside> 💡 Take Note

Authentication is required for the game server to communicate with the Stove API server, which requires an API Access Token.

The API Access Token is valid for 30 days and must be reissued after the expiration date. (read below for more details)

</aside>

Issue API Access Token

Pre-checklist