/** if (atomicState.authorizationHeaderValue == "" || atomicState.authorizedAt < now() - atomicState.authorizationTimeoutInMilliseconds) {
debug("getAuthorizationHeaderValue: Authorizing with server.")
atomicState.authorizationHeaderValue = getAuthorizationHeaderValueCore()
} else {
debug("getAuthorizationHeaderValue: Using cached token.")
}*/
To make it work I put in comment :
line 439 :