Overview only. Per-symbol typedoc reference is planned but not yet published.
@afauthhq/worker ships KvAttestedFreshnessStore — the KV-backed AttestedFreshnessStore for §10.7 attested sessions. Pass it via attestedSession: { store }; its KV entries’ TTL is set to the remaining window, so lapsed sessions self-evict.
D1AccountStore is the durable, multi-agent account store: an account is keyed on an opaque account_id and groups a human’s agent credentials by (iss, sub_h) (§10.4.4: one account, many devices). The grouping is atomic across isolates — its schema’s (iss, sub_h) UNIQUE index lets concurrent first-signups of the same human converge on one account (INSERT … ON CONFLICT). Apply migration 0001_init.sql and pass it as accounts.