Configuration

data class Configuration(val brandLogo: Uri)

Data to configure the verification flow.

Constructors

Link copied to clipboard
constructor(brandLogo: Uri)

Properties

Link copied to clipboard

Brand logo to display on the consent page of verification flow. The Uri could be a local drawable resource file or a web image. The logo will be displayed in a 32x32 dp ImageView.