(state: OAuthState)
| 1374 | // cancel — drop an in-flight session. |
| 1375 | // ----------------------------------------------------------------------- |
| 1376 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 1377 | |
| 1378 | // ----------------------------------------------------------------------- |
| 1379 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected