Verification Methods
data class VerificationMethods(val values: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)
Represents a "verification methods" property, which is a list of Verification Methods associated with a Decentralized Identifier (DID) or other subject or object. The "verification methods" property is typically included in a DID Document and can be used to authenticate the identity of the DID or subject or object.