Expand description
Use cases for the notary link feature (#845 — ADR 0048, ADR 0051).
Four operations, all syndic-gated except the last:
LienNotaireUseCases::issue— a syndic issues a link for one état daté. Returns the clear token ONCE.LienNotaireUseCases::renew— the syndic extends the active link by seven more days from now. Same token, newexpire_le.LienNotaireUseCases::revoke— the syndic kills the active link before term.LienNotaireUseCases::verify_token— called on everyGET /etats-dates/reference/{reference_number}?token=.... Repeatable (no consumption): the notary may read the same état daté several times within the seven-day window (ADR 0051).