urlTemplate property
Optionally set a url_template, which will be used in the invite mail sent by ZITADEL to guide the user to your invitation page. If no template is set and no previous code was created, the default ZITADEL url will be used.
The following placeholders can be used: UserID, OrgID, Code
Implementation
@$pb.TagNumber(1)
$core.String get urlTemplate => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set urlTemplate($core.String value) => $_setString(0, value);