Description
Currently there are no check to avoid that multiple thread proceed of the renew in the same time. If we have multiple request to the same OAuth token in the same time we can end with multiple renew currently and this could break the authentication in some cases.
So we need to add a lock on the renew process to ensure that this is only done subsequently.