fix(core): honor OAuth attempt expiration (#37557)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user