JsonCannedRequest

data class JsonCannedRequest(val vct: String, val claimsToRequest: List<DocumentAttribute>)

A class representing a request for claims.

Parameters

vct

the verifiable credential type.

claimsToRequest

the claims to request.

Constructors

Link copied to clipboard
constructor(vct: String, claimsToRequest: List<DocumentAttribute>)

Properties

Link copied to clipboard
Link copied to clipboard
val vct: String