LoginConfigItem constructor
LoginConfigItem({})
Implementation
LoginConfigItem({
required this.verifier,
required this.typeOfLogin,
required this.clientId,
this.name,
this.description,
this.verifierSubIdentifier,
this.logoHover,
this.logoLight,
this.logoDark,
this.mainOption,
this.showOnModal,
this.showOnDesktop,
this.showOnMobile,
});