respond_pairing_requests
Approve valid device-pairing requests: verify each signature against the pairing secret, then grant access by re-wrapping session keys for the new device.
Instructions
Check for pending device-pairing (backfill) requests against this profile and, for each one whose signature verifies against the pairing secret from get_pairing_secret, grant it access by re-wrapping this profile's known session keys for the new device. Requires a pairing secret to already exist (see get_pairing_secret). This consumes pending events, same as list_pending_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||