class RegisterExportRequest


The request to register the export info.

Summary

Public constructors

RegisterExportRequest(
    entries: List<ExportEntry>,
    exportMatcher: ByteArray
)

Public properties

ByteArray
List<ExportEntry>

the entries to be displayed to the users on the provider selector ui.

ByteArray

the optional matcher.

Public constructors

RegisterExportRequest

Added in 1.0.0-alpha03
RegisterExportRequest(
    entries: List<ExportEntry>,
    exportMatcher: ByteArray = MatcherUtil.CREDENTIAL_TRANSFER_DEFAULT_MATCHER
)
Parameters
entries: List<ExportEntry>

the entries to be displayed to the users on the provider selector ui. The entries will be displayed in the order provided.

exportMatcher: ByteArray = MatcherUtil.CREDENTIAL_TRANSFER_DEFAULT_MATCHER

the optional matcher. By default, a matcher that filters on credential types will be used. The provider can provide a matcher to filter based on custom filters

Public properties

credentialBytes

Added in 1.0.0-alpha03
val credentialBytesByteArray

entries

Added in 1.0.0-alpha03
val entriesList<ExportEntry>

the entries to be displayed to the users on the provider selector ui. The entries will be displayed in the order provided.

exportMatcher

Added in 1.0.0-alpha03
val exportMatcherByteArray

the optional matcher. By default, a matcher that filters on credential types will be used. The provider can provide a matcher to filter based on custom filters