AuthConnectionConfig constructor
AuthConnectionConfig({
- required AuthConnection authConnection,
- required String authConnectionId,
- required String clientId,
- String? name,
- String? description,
- String? groupedAuthConnectionId,
- String? logoHover,
- String? logoLight,
- String? logoDark,
- bool? mainOption,
- bool? showOnModal,
- bool? showOnDesktop,
- bool? showOnMobile,
- ExtraLoginOptions? jwtParameters,
Implementation
AuthConnectionConfig({
required this.authConnection,
required this.authConnectionId,
required this.clientId,
this.name,
this.description,
this.groupedAuthConnectionId,
this.logoHover,
this.logoLight,
this.logoDark,
this.mainOption,
this.showOnModal,
this.showOnDesktop,
this.showOnMobile,
this.jwtParameters,
});