urlTemplate property

  1. @TagNumber(1)
String urlTemplate

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);
  1. @TagNumber(1)
void urlTemplate=(String v)

Implementation

@$pb.TagNumber(1)
set urlTemplate($core.String v) { $_setString(0, v); }