factory AuthenticationProviderInformation({ _i2.String? id, _i2.String? label, }) => AuthenticationProviderInformation._( id: id, label: label, );