trisquel-icecat/icecat/dom/credentialmanagement/identity/tests/browser/server_accounts.json
2025-10-06 02:35:48 -06:00

12 lines
249 B
JSON

{
"accounts": [
{
"id": "1234",
"given_name": "John",
"name": "John Doe",
"email": "john_doe@example.com",
"picture": "https://example.com/profile/123",
"approved_clients": ["123", "456", "789"]
}
]
}