Registers a callback for incoming activities whose HTTP signatures could not be verified.
The regular inbox listeners registered through on continue to
receive only verified activities. This hook is an opt-in escape hatch for
applications that need to inspect unverified deliveries and optionally
override the default 401 Unauthorized response.
Examples
Parameters
A callback to handle an unverified activity.
Return Type
The setters object so that settings can be chained.