DidDoc(@Json("@context") context: String = "https://w3id.org/did/v1", id: String, @Json("publicKey") keys: List<DidDocKey>, @Json("authentication") authentications: List<DidDocAuthentication> = emptyList(), @Json("service") services: List<IndyAgentDidDocService> = emptyList())
DID document
The model representation of the DID document.