(state: OAuthState)
| 2440 | // cancel — drop an in-flight session. |
| 2441 | // ----------------------------------------------------------------------- |
| 2442 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 2443 | |
| 2444 | // ----------------------------------------------------------------------- |
| 2445 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected