fix(core): honor OAuth attempt expiration (#37557)
This commit is contained in:
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue