Krill β quick question about swapping ChatGPT Pro OAuth credentials in OpenClaw.
I'm currently using a family member's ChatGPT Pro subscription as the OAuth source for the openai-codex provider (running gpt-5.4-mini as primary model). I want to:
Replace it with my own new ChatGPT Pro subscription
Make sure the old OAuth token is fully cleared (not just overwritten)
Specific things I want to confirm before doing this:
What's the correct command/flow to re-trigger the ChatGPT OAuth login for an already-configured openai-codex provider?
Is the token stored only in openclaw.json, or is there a separate credential/session store that also needs to be cleared?
Is there any risk of Kingler (my OpenClaw instance) being mid-session or caching the old token such that I need to restart the container after the swap?
Running OpenClaw v2026.4.15 on Docker (Windows 11 host). The provider is currently configured and working β this is purely a credential ownership swap, not a fresh setup.