Encrypted

data class Encrypted(val request: JweEncrypted) : WalletService.CredentialRequest(source)

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

Constructors

Link copied to clipboard
constructor(request: JweEncrypted)

Properties

Link copied to clipboard
val request: JweEncrypted