IdentityInfo

data class IdentityInfo(val did: Did, val handle: Handle, val didDoc: JsonContent)

Parameters

handle

The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.

didDoc

The complete DID document for the identity.

Constructors

Link copied to clipboard
constructor(did: Did, handle: Handle, didDoc: JsonContent)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard

The complete DID document for the identity.

Link copied to clipboard

The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.