testing/daemon_token_rotation.ts view source
DaemonTokenRotation import type {DaemonTokenRotation} from '@fuzdev/fuz_app/testing/daemon_token_rotation.js'; Result of starting daemon token rotation.
state
The mutable runtime state. Pass to create_daemon_token_middleware.
type DaemonTokenState
stop
Stop rotation, clean up the interval, and delete the token file. Call on graceful shutdown.
type () => Promise<void>