fix(core): honor OAuth attempt expiration (#37557)

This commit is contained in:
Aiden Cline
2026-07-17 16:10:53 -05:00
committed by GitHub
parent fafb04ed59
commit 987242b3e8
4 changed files with 53 additions and 8 deletions
@@ -17,6 +17,7 @@ import type { Transform } from "./registration.js"
export type IntegrationOAuthAuthorization = {
readonly url: string
readonly instructions: string
readonly expiresAt?: number
} & (
| {
readonly mode: "auto"