edx-oauth2-wordpress-backend/tests/data/wp-oauth-me.json

7 lines
219 B
JSON
Raw Normal View History

2022-10-06 18:13:38 +03:00
{
"access_token": "x39tb1rws4gcpsyvahkofrj7xwnrefxuk3jonrjn",
"expires_in": 3600,
"refresh_token": "bo85pscgut9nqy56snnzgw6ixljzspac3f74eemy",
"scope": "basic profile email",
"token_type": "Bearer"
}