(state: OAuthState)
| 1496 | // cancel — drop an in-flight session. |
| 1497 | // ----------------------------------------------------------------------- |
| 1498 | const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state); |
| 1499 | |
| 1500 | // ----------------------------------------------------------------------- |
| 1501 | // probe — RFC 8414 / OIDC discovery for onboarding pre-fill. |
no test coverage detected