Using app engine's User service, when a user is first prompted to sign-in to our site using their Google account, they are shown a UI (by google) that allows them to choose which of their Google accounts to use. That Google account is then associated with our app and they remain 'signed in' to our site until that expires.
Is there a way for us to allow our users (after signing in) to change which of their Google account they use for our site, without first logging them out of all google properties (gmail, etc)?
Having read the docs it seems there is not, but perhaps someone knows a reliable hack, e.g. removing certain cookies?