Package-level declarations
Types
Link copied to clipboard
interface CredentialPresentmentData
An object containing data related to a credential presentment event.
Link copied to clipboard
data class CredentialPresentmentSelection(val matches: List<CredentialPresentmentSetOptionMemberMatch>)
A selection of credentials and claims in a CredentialPresentmentData.
Link copied to clipboard
interface CredentialPresentmentSet
A set of credentials that can be presented together.
Link copied to clipboard
interface CredentialPresentmentSetOption
A member in a credential set option.
Link copied to clipboard
interface CredentialPresentmentSetOptionMember
A member of a credential set option.
Link copied to clipboard
A presentment of a particular Credential from org.multipaz.document.DocumentStore.
Link copied to clipboard
class SimpleCredentialPresentmentData(credentials: List<Pair<Credential, Map<RequestedClaim, Claim>>>) : CredentialPresentmentData
An implementation of CredentialPresentmentSet for simple request.