startTokenLoop static method
void
startTokenLoop()
Starts the refresh token loop, will refresh refreshBefore before the token expires. You can stop with stopRefreshTokenLoop
Implementation
static void startTokenLoop() {
_doRefreshToken = true;
_refreshTokenLoop();
}