JsonRequest

data class JsonRequest(val requester: Requester, val requestedClaims: List<JsonRequestedClaim>, val vct: String) : Request

A request for a JSON-based credential.

Constructors

Link copied to clipboard
constructor(requester: Requester, requestedClaims: List<JsonRequestedClaim>, vct: String)

Properties

Link copied to clipboard

the claims being requested.

Link copied to clipboard
open override val requester: Requester

the entity making the request.

Link copied to clipboard
val vct: String

the Verifiable Credential Type.