MicroblinkPlatformServiceSettings

data class MicroblinkPlatformServiceSettings(val workflowId: String, val url: String, val additionalRequestHeaders: Map<String, String> = emptyMap(), val consent: MicroblinkPlatformConsent)

Service settings for the backend you are hosting.

Constructors

Link copied to clipboard
constructor(workflowId: String, url: String, additionalRequestHeaders: Map<String, String> = emptyMap(), consent: MicroblinkPlatformConsent)

Properties

Link copied to clipboard

Additional headers to be sent with the request.

Link copied to clipboard

Consent given by the user.

Link copied to clipboard
val url: String

URL of the backend you are hosting.

Link copied to clipboard

ID of the workflow you want to use.