create credential
id | string |
credentialType | string |
requestId | string |
issuer | string |
recepiant | string |
user | string |
encrypt | boolean |
encryptionKey | string |
sharableAttributes | Array of strings |
object |
{- "id": "string",
- "credentialType": "string",
- "requestId": "string",
- "issuer": "string",
- "recepiant": "string",
- "user": "string",
- "encrypt": true,
- "encryptionKey": "string",
- "sharableAttributes": [
- "string"
], - "additionalData": {
- "property1": { },
- "property2": { }
}
}
[- {
- "id": "string",
- "version": "string",
- "responsetime": "string",
- "response": {
- "status": "string",
- "credentialId": "string",
- "issuanceDate": "2019-08-24T14:15:22Z",
- "signature": "string",
- "dataShareUrl": "string"
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
]