edx-oauth2-wordpress-backend/tests/data/get_user_details_extended.json

18 lines
440 B
JSON
Raw Normal View History

2022-10-06 16:12:05 +03:00
{
2022-10-06 20:45:15 +03:00
"access_token": "bftc1ostvp3fucj9sxzkdgonnhcoi9uuqq2da93m",
2022-10-06 16:12:05 +03:00
"date_joined": "2022-10-04 00:46:37",
"email": "lpm0073@gmail.com",
2022-10-06 20:45:15 +03:00
"expires_in": 3600,
2022-10-06 16:12:05 +03:00
"first_name": "Lawrence",
"fullname": "Lawrence McDaniel",
"id": 6,
"is_staff": true,
"is_superuser": true,
"last_name": "McDaniel",
"refresh_token": "",
"scope": "",
"token_type": "",
"user_status": "0",
"username": "mcdaniel"
}