vc_api.v1.CredentialProof
type CredentialProof
CredentialProof
vc_api.v1.CredentialProof
vc_api.v1.CredentialProof
Field | Type | Description |
---|---|---|
type | string | The cryptographic suite used for the proof. |
created | string | Timestamp of when the cryptographic proof was created. |
verification_method | string | Link to the public key required for verification process. |
proof_purpose | string | The reason the proof was created. |
proof_value | string | Multibase-encoded binary value that represents the hash of the payload upon decryption through verification_method. |
{
"type": "TYPE",
"created": "2006-01-02T15:04:05Z",
"verification_method": "VERIFICATION_METHOD",
"proof_purpose": "PROOF_PURPOSE",
"proof_value": "PROOF_VALUE"
}