Question about access token expiry

I am wondering, besides (cloud->device) Particle.function calls, which of the following calls are affected when an access token expires for a particle device:

(device -> cloud) Particle.publish to webhook
(cloud -> device) webhook-response

Thanks!

Neither of those should be affected since neither actually use an access token.