GetConfigResponse

data class GetConfigResponse(val appview: GetConfigServiceConfig? = null, val pds: GetConfigServiceConfig? = null, val blobDivert: GetConfigServiceConfig? = null, val chat: GetConfigServiceConfig? = null, val viewer: GetConfigViewerConfig? = null, val verifierDid: Did? = null)

Parameters

verifierDid

The did of the verifier used for verification.

Constructors

Link copied to clipboard
constructor(appview: GetConfigServiceConfig? = null, pds: GetConfigServiceConfig? = null, blobDivert: GetConfigServiceConfig? = null, chat: GetConfigServiceConfig? = null, viewer: GetConfigViewerConfig? = null, verifierDid: Did? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val verifierDid: Did? = null

The did of the verifier used for verification.

Link copied to clipboard