CredentialResponse

sealed interface CredentialResponse(source)

Inheritors

Types

Link copied to clipboard
data class Encrypted(val response: JweEncrypted) : CredentialIssuer.CredentialResponse

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

Link copied to clipboard

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