CommonConfiguration

data class CommonConfiguration(val sessionToken: String? = null)

Common configuration for all components.

Constructors

Link copied to clipboard
constructor(sessionToken: String? = null)

Properties

Link copied to clipboard
val sessionToken: String? = null

Session token provided by DIS (Digital Identity Service). Set the session token if the result should be posted to DIS for evaluation. Default value is null.