1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/tests/components/abode/fixtures/oauth_claims.json

6 lines
97 B
JSON

{
"token_type": "Bearer",
"access_token": "ohyeahthisisanoauthtoken",
"expires_in": 3600
}