(state: OAuthState)
| 2175 | // cancel — drop an in-flight session. |
| 2176 | // ----------------------------------------------------------------------- |
| 2177 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 2178 | |
| 2179 | // ----------------------------------------------------------------------- |
| 2180 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected