bind_parse_credential
Decode a Bind Protocol VC-JWT to extract its header, payload, and signature without signature verification. Inspect the raw credential details before performing verification.
Instructions
Decode a Bind Protocol VC-JWT into its header, payload, and signature without verifying the signature. Use this to inspect a credential before verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | Yes | The VC-JWT string to parse |