urlTemplate property
Optionally set a url_template, which will be used in the verification mail sent by ZITADEL to guide the user to your verification page. If no template is set, the default ZITADEL url will be used.
Implementation
@$pb.TagNumber(1)
$core.String get urlTemplate => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set urlTemplate($core.String v) { $_setString(0, v); }