Authentication

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.

Constructors

Link copied to clipboard
constructor(urls: Array<String>, verificationMethods: Array<DIDDocument.VerificationMethod>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if the current instance of Authentication is equal to the provided other object.

Link copied to clipboard
open override fun hashCode(): Int