apollo-backend/internal/reddit/testdata/refresh_token.json

8 lines
371 B
JSON
Raw Normal View History

2021-07-15 14:51:34 +00:00
{
"access_token": "xxx",
2021-07-15 14:51:34 +00:00
"token_type": "bearer",
"expires_in": 3600,
"refresh_token": "yyy",
2021-07-15 14:51:34 +00:00
"scope": "account creddits edit flair history identity livemanage modconfig modcontributors modflair modlog modmail modothers modposts modself modtraffic modwiki mysubreddits privatemessages read report save structuredstyles submit subscribe vote wikiedit wikiread"
}