isAutoCreation property

  1. @TagNumber.new(3)
bool get isAutoCreation

Enable if a new account in ZITADEL should be created automatically when login with an external account.

Implementation

@$pb.TagNumber(3)
$core.bool get isAutoCreation => $_getBF(2);
  1. @TagNumber.new(3)
set isAutoCreation (bool value)

Implementation

@$pb.TagNumber(3)
set isAutoCreation($core.bool value) => $_setBool(2, value);