{ "name": "event.auth.required \u2014 a server wants Basic credentials", "description": "The task waits in retry_wait until the client supplies them. Credentials go to the Secret Service, never back through this event and never into a log.", "notification": { "jsonrpc": "2.0", "method": "event.auth.required", "params": { "taskId": "3f7a2b1c-5d6e-4f80-9a1b-2c3d4e5f6071", "host": "files.example.org", "realm": "Restricted", "scheme": "basic" } }, "assertions": [ "no credential material appears in this payload", "the task sits in retry_wait rather than failing outright" ] }