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
| Property | Description |
|---|---|
results | The outcome of the provider setup attempt |
credentials | The 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.