bsp_verify_consent
Validate a ConsentToken to confirm it is valid and contains the required intent before accessing health data.
Instructions
Verify if a ConsentToken is valid and has the required intent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Intent to check (e.g. "READ_RECORDS", "SUBMIT_RECORD"). | |
| token_id | Yes | ConsentToken ID to verify. |