(state: OAuthState)
| 1457 | // cancel — drop an in-flight session. |
| 1458 | // ----------------------------------------------------------------------- |
| 1459 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 1460 | |
| 1461 | // ----------------------------------------------------------------------- |
| 1462 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected