Key Agreement
data class KeyAgreement(val urls: Array<String>, val verificationMethods: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)
Represents a "key agreement" property, which is a list of URIs and Verification Methods that can be used to establish a secure communication channel with a DID or other subject or object. The "key agreement" property is typically included in a DID Document and can be used to establish a secure communication channel with the DID or subject or object.