mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 12:26:37 +08:00
7 lines
169 B
JSON
7 lines
169 B
JSON
{
|
|
"access_token": "ACCESS TOKEN",
|
|
"refresh_token": "REFRESH TOKEN",
|
|
"expires_in": "TOKEN LIFETIME DURATION",
|
|
"scope": "TOKEN SCOPES",
|
|
"token_type": "Bearer"
|
|
}
|