()
| 839 | // Unlike the JWT path, OAuth tokens are refreshed by the standard OAuth |
| 840 | // flow — no proactive scheduler needed. |
| 841 | function getOAuthToken(): string | undefined { |
| 842 | return getAccessToken() |
| 843 | } |
| 844 | |
| 845 | // Drain any messages that were queued during the initial flush. |
| 846 | // Called after writeBatch completes (or fails) so queued messages |
no test coverage detected