mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
fix(kiro): 隐藏 OAuth 刷新重试流程 (#339)
This commit is contained in:
@@ -664,6 +664,7 @@ async fn gateway_executes_kiro_claude_cli_sync_upstream_stream_via_local_finaliz
|
||||
let auth_config = serde_json::json!({
|
||||
"provider_type": "kiro",
|
||||
"access_token": "cached-kiro-finalize-access-token",
|
||||
"expires_at": 4102444800_u64,
|
||||
"refresh_token": "rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr",
|
||||
"machine_id": "123e4567-e89b-12d3-a456-426614174000",
|
||||
"api_region": "us-east-1",
|
||||
|
||||
Reference in New Issue
Block a user