DidResolutionMetadata

class DidResolutionMetadata(var contentType: String? = null, var error: String? = null, var additionalProperties: MutableMap<String, Any>? = null)

Holds metadata about the results of the DID resolution process.

Constructors

Link copied to clipboard
constructor(contentType: String? = null, error: String? = null, additionalProperties: MutableMap<String, Any>? = null)

Properties

Link copied to clipboard

Additional properties that may include other DID resolution metadata parameters.

Link copied to clipboard

The MIME type of the DID document. This is mandatory unless an error is present.

Link copied to clipboard

An error message explaining why the DID resolution failed, if applicable.