Now for a specific connector, the supplier (Loket) changes the lifetime of the refresh token, and a refresh token can only be used three times. Therefore, it is necessary to update the refresh token each time an access token is requested. This means that we must have a place to store and update the refresh token to maintain continuous authorization. We could use a local disk or a remotely accessible disk, but we prefer a built-in solution in HelloID to store the refresh token.
It must be possible to manually set the initial refresh token, and after each run, the refresh token should be updated.