DIDCommMessageMediaType enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents different DIDComm v2 message encapsulation.
This API may change without a BREAKING CHANGE notice.
Signature:
export declare enum DIDCommMessageMediaType
Enumeration Members
| Member | Value | Description |
|---|---|---|
| ENCRYPTED | "application/didcomm-encrypted+json" | (BETA) A JWE encrypted DIDComm message |
| PLAIN | "application/didcomm-plain+json" | (BETA) A plain JSON DIDComm message |
| SIGNED | "application/didcomm-signed+json" | (BETA) A JWS signed DIDComm message |