()
| 13 | |
| 14 | const refreshCalls: string[] = [] |
| 15 | let refreshImpl: typeof import('../services/oauth/client.ts').refreshOAuthToken = async () => { |
| 16 | throw new Error('refresh impl not configured') |
| 17 | } |
| 18 | const performManagedReauthenticationCalls: Array<{ |
| 19 | args: Parameters< |
| 20 | typeof import('../services/oauth/interactiveReauth.ts').performManagedReauthentication |