Skip to content

Commit

Permalink
add: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Dec 16, 2024
1 parent 8e3ac1f commit 44e3be7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/service-agent-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,19 @@ Parameters:
"claims": [{ "name": "claim-name", "mimeType": "mime-type", "value": "claim-value" }, ...]
}
```
#### Credential Revocation

By sending this message, a Verifiable Credential is effectively revocated and sent to the destination connection.

This message could be sent as a response to a Credential issuance. In such case, `connectionId` and `revocationDefinitionId` is used to identify credential details.

```json
{
...
"type": "credential-revocation",
"revocationDefinitionId": "id",
}
```

#### Credential Reception

Expand Down

0 comments on commit 44e3be7

Please sign in to comment.