For security reasons os clients should reuse the same token until it expires, so user and password are not sent for every request. This commit improves also performances, it is not wasted time to get a new token for every request.
A new token is requested by os client when the old one expires.
For security reasons os clients should reuse the same token until it expires, so user and password are not sent for every request. This commit improves also performances, it is not wasted time to get a new token for every request.
A new token is requested by os client when the old one expires.