Add public registration cancellation
This commit is contained in:
parent
8170373148
commit
d5a5fed69a
7 changed files with 174 additions and 8 deletions
|
|
@ -181,6 +181,9 @@ class RegistrationVerificationPort(Protocol):
|
|||
def consume(self, opaque_handle: str) -> VerifiedRegistrationApplicant:
|
||||
"""Atomically consume verified, unexpired applicant evidence."""
|
||||
|
||||
def cancel(self, opaque_handle: str) -> VerifiedRegistrationApplicant:
|
||||
"""Atomically cancel an unexpired applicant intent using mailbox evidence."""
|
||||
|
||||
|
||||
class UserEngineStore(Protocol):
|
||||
"""Durable persistence boundary for user-engine service behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue