autoLinking property

  1. @TagNumber.new(5)
AutoLinkingOption get autoLinking

Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches.

Implementation

@$pb.TagNumber(5)
AutoLinkingOption get autoLinking => $_getN(4);
  1. @TagNumber.new(5)
set autoLinking (AutoLinkingOption value)

Implementation

@$pb.TagNumber(5)
set autoLinking(AutoLinkingOption value) => $_setField(5, value);