urlTemplate property
Optionally set a url_template, which will be used in the mail sent by ZITADEL to guide the user to your passkey registration 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); }