(state: OAuthState)
| 1643 | // cancel — drop an in-flight session. |
| 1644 | // ----------------------------------------------------------------------- |
| 1645 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 1646 | |
| 1647 | // ----------------------------------------------------------------------- |
| 1648 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected