I finally have a version of my application (note, its not a web app, just a regular compiled app) that I've migrated from LL access tokens to SL access tokens. I don't have it working with refresh tokens yet, that'll be the next step. But I've noticed that sometimes when I get asked to request a new access token (because the current one has expired), I click a few buttons on the confirmation screen and it sends me a new token without asking for my credentials (ie. no login screen). It happens in about 1 in 10 attempts. Is this typical work flow or is something weird going on? Thanks