(state: OAuthState)
| 2162 | // cancel — drop an in-flight session. |
| 2163 | // ----------------------------------------------------------------------- |
| 2164 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 2165 | |
| 2166 | // ----------------------------------------------------------------------- |
| 2167 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected