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
feat(cli): add dump-client-creds to print an account's stored BYO OAuth client (#166)
Mirrors the existing dump-refresh-token debug command: prints the
keychain-stored client_id + client_secret (one per line; empty second
line for a PKCE client) for an account, keyed the same way the GUI
stores them (account UUID).
Why: a refresh token is bound to the OAuth client that minted it;
debugging a refresh failure or doing Drive-side forensics requires the
SAME client pair the app uses. Used today to confirm a real incident:
stored drive_file_ids returning hard 404s from the Drive API.
No behavior change to any existing command.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01JLB3E2Jm7knNJd37fVpH8X
0 commit comments