verify_credential
Validate JWT credential authenticity by checking signatures against issuer keys, returning decoded claims and verification status for debugging or pre-action inspection.
Instructions
Perform an offline-style validity check for one credential using the org JWKS fetched from Attest. Use this to inspect a token before acting on it or when debugging why a credential was rejected; for revocation-only checks use check_revocation instead. Requires the org_id that issued the token and returns validity, decoded claims, and warning details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT credential to verify | |
| org_id | Yes | Organization ID (needed to fetch JWKS) |