Package-level declarations
Types
Link copied to clipboard
class Attestation(val id: String, val type: String, val displayProperties: Set<DisplayProperties>?, val claims: Map<String, Claim<*>>, val count: Int? = null)
An Attestation contains a credential's information, and how to display them in an app.
Link copied to clipboard
The public interface to everything related to attestation. See GetAttestations, GetAttestationById and CredentialOffer for details on the provided functionality.
Link copied to clipboard
A Claim, a data point, of an Attestation. A Claim could contain information like a person's birthdate, lastname, firstname, address, etc.
Link copied to clipboard
interface GetAttestationById
This interface provides the functionality to get a single Attestation by its id.
Link copied to clipboard
interface GetAttestations
This interface provides the functionality to get a List of saved Attestations.
Link copied to clipboard