apinode
Version:
An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.
29 lines • 789 B
JSON
{
"id": {
"en": "No identifier.",
"zh": "沒有識別碼。"
},
"url": "admin/user/logout",
"descTx": {
"en": "User logout",
"zh": "登出使用者。登出後,之前因登入而取的的 token 將失效,不能再被使用。另一個新的應用程式存取密鑰(application-scope access token)將會傳回,可用來取代原有的token。"
},
"query": [],
"out": [],
"token": [
{
"key": "token",
"descTx": {
"en": "",
"zh": "存取密鑰 (access token)。每個 request 都需要提出有效的存取密鑰才會被准許執行。"
}
},
{
"key": "validTo",
"descTx": {
"en": "A timestamp (in milliseconds) to show the experiation time of the token.",
"zh": "一個 timestamp 記錄存取密鑰的失效時間。"
}
}
]
}