* Snapshot the current flow state for `providerName`. Returns `undefined` * when no flow has been started (or was GC'd after 5 min in terminal state).
(providerName?: string)
| 88 | * when no flow has been started (or was GC'd after 5 min in terminal state). |
| 89 | */ |
| 90 | getFlow(providerName?: string): OAuthFlowSnapshot | undefined; |
| 91 | |
| 92 | /** |
| 93 | * Cancel a pending flow. Idempotent: cancelling a terminal flow returns |
no outgoing calls
no test coverage detected