(state: OAuthState)
| 2505 | // cancel — drop an in-flight session. |
| 2506 | // ----------------------------------------------------------------------- |
| 2507 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 2508 | |
| 2509 | // ----------------------------------------------------------------------- |
| 2510 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected