Assertion Method
data class AssertionMethod(val urls: Array<String>, val verificationMethods: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)
Represents an "assertion method" property, which is a list of URIs and Verification Methods that can be used to assert the authenticity of a message or credential associated with a DID or other subject or object. The "assertion method" property is typically included in a DID Document and can be used to verify the authenticity of messages or credentials related to the DID or subject or object.