AccessOrganizationLoginDesign

data class AccessOrganizationLoginDesign(val backgroundColor: String? = null, val footerText: String? = null, val headerText: String? = null, val logoPath: String? = null, val textColor: String? = null)

Constructors

Link copied to clipboard
fun AccessOrganizationLoginDesign(backgroundColor: String? = null, footerText: String? = null, headerText: String? = null, logoPath: String? = null, textColor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

The background color on the login page.

Link copied to clipboard
val footerText: String? = null

The text at the bottom of the login page.

Link copied to clipboard
val headerText: String? = null

The text at the top of the login page.

Link copied to clipboard
val logoPath: String? = null

The URL of the logo on the login page.

Link copied to clipboard
val textColor: String? = null

The text color on the login page.