Authentication
data class Authentication(val urls: Array<String>, val verificationMethods: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)
Represents an "authentication" property, which is a list of URIs and Verification Methods that can be used to authenticate the associated DID or subject or object. The "authentication" property is typically included in a DID Document and can be used to verify the identity of the DID or subject or object.