You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngx.log(ngx.DEBUG, "OAuth Token was not persisted in the cache as it has expired at:" ..tostring(expire_at_ms_utc) ..", while now is:" ..tostring(os.time() *1000) .." ms.")
ngx.log(ngx.DEBUG, "Storing a new token expiring in " ..tostring(local_expire_in) .." s locally, out of a total validity of " ..tostring(expires_in_ms/1000) .." s.")
ngx.log(ngx.DEBUG, "Storing a new token expiring in " ..tostring(local_expire_in) .." s locally, out of a total validity of " ..tostring(expires_in_s) .." s.")
ngx.log(ngx.DEBUG, "Caching locally a new token for " ..tostring(local_expire_in) .." s, out of a total validity of " ..tostring(tokenValidity/1000) .." s.")
ngx.log(ngx.DEBUG, "Caching locally a new token for " ..tostring(local_expire_in) .." s, out of a total validity of " ..tostring(tokenValidity ) .." s.")
ngx.log(ngx.DEBUG, "Storing cached User Profile in the local cache for " ..tostring(localExpiresIn) .." s out of a total validity of " ..tostring(expiresIn) .." s.")
ngx.log(ngx.DEBUG, "Storing new cached User Profile in the local cache for " ..tostring(localExpiresIn) .." s out of a total validity of " ..tostring(expiresIn) .." s.")
0 commit comments