feat: support upstream token refresh

This commit is contained in:
liumangmang
2026-06-30 14:34:40 +08:00
parent 2d1dcb8f9f
commit c5bb63cf82
15 changed files with 895 additions and 140 deletions
+2
View File
@@ -461,6 +461,8 @@ export interface AuthCaptureCandidate {
cookie_names?: string[]
new_api_user?: string
user_id?: string
refresh_token?: string
refresh_token_preview?: string
}
export interface AuthCaptureResult {