Encrypted

data class Encrypted(val response: JweEncrypted) : CredentialIssuer.CredentialResponse(source)

Send response as JWE-serialized content to the client with media type application/jwt (see at.asitplus.wallet.lib.data.MediaTypes.Application.JWT).

Constructors

Link copied to clipboard
constructor(response: JweEncrypted)

Properties

Link copied to clipboard
val response: JweEncrypted