0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-patreon/spec/fixtures/tokens.json
2025-07-15 16:38:05 +02:00

7 lines
169 B
JSON
Vendored

{
"access_token": "ACCESS TOKEN",
"refresh_token": "REFRESH TOKEN",
"expires_in": "TOKEN LIFETIME DURATION",
"scope": "TOKEN SCOPES",
"token_type": "Bearer"
}