for #955 we will need a way to retain id_token and refresh it periodically
Currently, we retrieve it during setup and then use it to authenticate with EKM, then forget it.
I'd like it instead be remembered, same like access token
This is a preparation for #955 where soon, we'll have to be calling FlowCrypt Enterprise Server (FES) and authenticate ourselves while doing that.