bind_verify_credential
Verify a Bind Protocol VC-JWT: parse the token, fetch issuer JWKS, validate ES256 signature, and check expiration. Returns verified claims on success.
Instructions
Verify a Bind Protocol VC-JWT: parse the JWT, fetch the issuer JWKS, verify the ES256 signature, and check expiration. Does NOT check revocation status — use bind_check_revocation separately for that. Returns the verified claims on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | Yes | The VC-JWT string to verify |