Capability Invocation
data class CapabilityInvocation(val urls: Array<String>, val verificationMethods: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)
Represents a "capability invocation" property, which is a list of URIs and Verification Methods that can be used to invoke a specific capability or service provided by a DID or other subject or object. The "capability invocation" property is typically included in a DID Document and can be used to invoke a specific capability or service provided by the DID or subject or object.
Functions
Link copied to clipboard
Compares this object with the specified object for equality. Returns true if the specified object is also a CapabilityInvocation and has the same values for the urls
and verificationMethods
properties.