mxcubeweb.core.models.configmodels# Classes AppConfigModel(*, server, mxcube[, sso]) FlaskConfigModel(*[, SECRET_KEY, DEBUG, ...]) MXCUBEAppConfigModel(*[, VIDEO_FORMAT, ...]) ModeEnum(value[, names, module, qualname, ...]) SSOConfigModel(*[, USE_SSO, ISSUER, ...]) UICameraConfigModel(*, id, components) UIComponentModel(*, label, attribute[, ...]) UIPropertiesListModel(*, sample_view, ...[, ...]) UIPropertiesModel(*, id, components) UISampleViewVideoControlsModel(*, id, components) UserManagerConfigModel(*[, inhouse_is_staff]) UserManagerUserConfigModel(*[, username, role]) class mxcubeweb.core.models.configmodels.ModeEnum(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]# Bases: str, Enum