Skip to main content

ProviderResults

Result returned from an IMAP link() call, bundling the setup outcome with the credentials that were used.

Package: com.microblink.digital

Declaration

data class ProviderResults(
val results: ProviderSetupResults,
val credentials: Credentials
)

Quick Reference

Properties

PropertyDescription
resultsThe outcome of the provider setup attempt
credentialsThe credentials used in the setup attempt

Properties

results

val results: ProviderSetupResults

The outcome of the provider setup attempt. See ProviderSetupResults enum.


credentials

val credentials: Credentials

The credentials that were used in the setup attempt.