BrandingOptions

data class BrandingOptions(val loginDisclaimer: String? = null, val customCss: String? = null, val splashscreenEnabled: Boolean)

The branding options.

Constructors

Link copied to clipboard
constructor(loginDisclaimer: String? = null, customCss: String? = null, splashscreenEnabled: Boolean)

Properties

Link copied to clipboard
val customCss: String? = null

The custom CSS.

Link copied to clipboard
val loginDisclaimer: String? = null

The login disclaimer.

Link copied to clipboard

A value indicating whether to enable the splashscreen.