CredentialRequestMeta

data class CredentialRequestMeta(var linkSecretName: String, var json: String)(source)

Represents the metadata for a credential request.

Constructors

Link copied to clipboard
constructor(linkSecretName: String, json: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The json string from the wrapper credential request metadata.

Link copied to clipboard

The name of the link secret.