aries / net.globalid.aries.features.connection.models.dids / IndyAgentDidDocService

IndyAgentDidDocService

@JsonClass(true) data class IndyAgentDidDocService

Indy agent DID document service

The model representation of the Indy agent DID document service

Constructors

<init>

Indy agent DID document service

IndyAgentDidDocService(id: String, type: String = "IndyAgent", priority: Int = 0, recipientKeys: List<String>, routingKeys: List<String>?, serviceEndpoint: String?)

Properties

id

the identifier

val id: String

priority

the priority of the service

val priority: Int

recipientKeys

the array of recipient key references

val recipientKeys: List<String>

routingKeys

the array or routing key references

val routingKeys: List<String>?

serviceEndpoint

the service endpoint

val serviceEndpoint: String?

type

the type of service.

val type: String