This API is used for exchanging access token with one-time token.
Once users are authorized, the one-timeDocumentation Index
Fetch the complete documentation index at: https://docs.terminal3.io/llms.txt
Use this file to discover all available pages before exploring further.
code will be returned to the client, which will then combine it with the client_secret to obtain an access token.
id_token and access_tokenid_token is a JWT token that contains basic information about the user, including:
access_token is a JWT token used for accessing a particular resource via the API.