Files
Bose-SoundTouch/tests/integration/testdata/spotify/accounts.json
T

11 lines
244 B
JSON

{
"test-user": {
"user_id": "test-user",
"display_name": "Integration Test User",
"email": "test@example.com",
"access_token": "mock-access-token",
"refresh_token": "mock-refresh-token",
"expires_at": 2147483647
}
}