allowDomainDiscovery property

  1. @TagNumber.new(14)
bool get allowDomainDiscovery

If set to true, the suffix (@domain.com) of an unknown username input on the login screen will be matched against the org domains and will redirect to the registration of that organization on success.

Implementation

@$pb.TagNumber(14)
$core.bool get allowDomainDiscovery => $_getBF(13);
  1. @TagNumber.new(14)
set allowDomainDiscovery (bool v)

Implementation

@$pb.TagNumber(14)
set allowDomainDiscovery($core.bool v) { $_setBool(13, v); }