sendCode property
Let ZITADEL send the link to the user via email.
Implementation
@$pb.TagNumber(4)
$5.SendEmailVerificationCode get sendCode => $_getN(3);
Implementation
@$pb.TagNumber(4)
set sendCode($5.SendEmailVerificationCode value) => $_setField(4, value);