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
commit 987242b3e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 8 deletions

View file

@ -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"