Per home-assistant/core#90870, the auth API is returning an access token, but not a refresh token; payloads look like this:
{
"access_token": "REDACTED",
"id_token": "REDACTED",
"scope": "openid email https://api.simplisafe.com/scopes/user:platform offline_access",
"expires_in": 3600,
"token_type": "Bearer"
}
I can confirm that the provided access token works (i.e., API calls with that token are successful).
Per home-assistant/core#90870, the auth API is returning an access token, but not a refresh token; payloads look like this:
{ "access_token": "REDACTED", "id_token": "REDACTED", "scope": "openid email https://api.simplisafe.com/scopes/user:platform offline_access", "expires_in": 3600, "token_type": "Bearer" }I can confirm that the provided access token works (i.e., API calls with that token are successful).