issue_credential
Generate and issue verifiable credentials using W3C VC Data Model 1.1 or 2.0 formats with HiveAuth, ensuring comprehensive validation for secure credential management.
Instructions
Issue a new verifiable credential using HiveAuth. Supports both W3C VC Data Model 1.1 and 2.0 formats with comprehensive validation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Additional JSON-LD contexts | |
credentialSubject | Yes | Credential subject data | |
expirationDate | No | ISO 8601 date string | |
issuer | No | Custom issuer DID or object | |
type | Yes | Array of credential types (e.g., ["VerifiableCredential", "EducationCredential"]) | |
validUntil | No | ISO 8601 date string | |
vcVersion | No | W3C VC Data Model version | 2.0 |