Package-level declarations

Types

Link copied to clipboard
interface Presentation

The public interface to present Attestations. Whenever a relying party aka a verifier requests one or more credentials, the process starts by getting a list of requested credentials and its claims.

Link copied to clipboard
sealed interface PresentationEvent

Events returned by a presentation process.

Link copied to clipboard
data class PresentationRequest(val issuer: String?, val credentials: List<RequestedCredential>)

A request to present Attestations to a relying party. The issuer might be null if the request is not signed.

Link copied to clipboard

The public interface to present com.youniqx.walletsdk.attestation.Attestations. See Presentation for more information.

Link copied to clipboard
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.