Record Class IdServerBrandingConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerBrandingConfiguration
Record Components:
productTitle - The product title
- The path to a logo image
loginExtra - An XHTML file inserted into the login screen
scheme - The color scheme

public record IdServerBrandingConfiguration(String productTitle, Optional<Path> logo, Optional<Path> loginExtra, Optional<IdServerColorScheme> scheme) extends Record
Branding information for the server.