My app works fine but I encounter the following issue when the token expires.
The library triggers refreshToken() (in Sources/TeslaSwift/TeslaSwift) and receives error 401 (Unauthorized).
In order to proceed, I have to login again (I use webLogin).
What could cause this?
Thank you.
My app works fine but I encounter the following issue when the token expires.
The library triggers refreshToken() (in Sources/TeslaSwift/TeslaSwift) and receives error 401 (Unauthorized).
In order to proceed, I have to login again (I use webLogin).
What could cause this?
Thank you.