CredentialIssueOptions

data class CredentialIssueOptions(val type: CredentialType, val linkSecret: String? = null)(source)

Represents the options for issuing credentials.

Constructors

Link copied to clipboard
constructor(type: CredentialType, linkSecret: String? = null)

Properties

Link copied to clipboard
val linkSecret: String? = null

The optional link secret used for linking credentials to a specific issuer.

Link copied to clipboard

The type of verifiable credential to issue.