The branding options.

BrandingOptions

interface BrandingOptions {
    CustomCss?: null | string;
    LoginDisclaimer?: null | string;
    SplashscreenEnabled?: boolean;
}

Properties

CustomCss?: null | string

Gets or sets the custom CSS.

BrandingOptions

LoginDisclaimer?: null | string

Gets or sets the login disclaimer.

BrandingOptions

SplashscreenEnabled?: boolean

Gets or sets a value indicating whether to enable the splashscreen.

BrandingOptions