RequestedCredential

data class RequestedCredential(val id: String, val format: String, val claims: List<List<String>>)

A requested credential and the claims the relying party is interested in.

Constructors

Link copied to clipboard
constructor(id: String, format: String, claims: List<List<String>>)

Properties

Link copied to clipboard

The claims the relying party is interested in, e.g. "family_name", "given_name"

Link copied to clipboard

The format the relying party is interested in, e.g. mso_mdoc

Link copied to clipboard
val id: String

The unique identifier of the requested credential, e.g. a PID -> eu.europa.ec.eudi.pid