Package-level declarations
Types
Link copied to clipboard
data class PresentationRequestPreview(val verifierName: String?, val requestedFields: List<RequestedFieldPreview>)
Link copied to clipboard
Link copied to clipboard
SDK-level domain errors for remote OpenID4VP presentations.
Link copied to clipboard
class RemotePresentationException(val error: RemotePresentationError, cause: Throwable? = null) : Exception
Exception wrapper that carries a stable RemotePresentationError plus an optional underlying cause from the OpenID4VP / HTTP / crypto stack.
Link copied to clipboard
data class RequestedFieldPreview(val id: String, val displayName: String, val credentialType: String, val isRequired: Boolean)