ConsentUseCaseSolution

data class ConsentUseCaseSolution(val credentials: List<ConsentCredential>)

A solution to a use-case.

Constructors

Link copied to clipboard
constructor(credentials: List<ConsentCredential>)

Properties

Link copied to clipboard

a list of credentials that must be returned together to satisfy the use-case.