AUTO_LINKING_OPTION_USERNAME constant

AutoLinkingOption const AUTO_LINKING_OPTION_USERNAME

AUTO_LINKING_OPTION_USERNAME will use the username of the external user to check for a corresponding Zitadel user.

Implementation

static const AutoLinkingOption AUTO_LINKING_OPTION_USERNAME =
    AutoLinkingOption._(
        1, _omitEnumNames ? '' : 'AUTO_LINKING_OPTION_USERNAME');