1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00
Files
core/tests/components/abode/fixtures/oauth_claims.json
T
2021-11-01 20:47:05 -07:00

5 lines
102 B
JSON

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