Add refresh token handling if returned from server

This commit is contained in:
Allen Zhou
2025-02-03 19:53:53 -08:00
parent d438760e36
commit 79547143a8
4 changed files with 74 additions and 8 deletions

View File

@@ -3,4 +3,5 @@ export const SESSION_KEYS = {
CODE_VERIFIER: "mcp_code_verifier",
SERVER_URL: "mcp_server_url",
ACCESS_TOKEN: "mcp_access_token",
REFRESH_TOKEN: "mcp_refresh_token",
} as const;