applicationName property
Optionally set an application name, which will be used in the invite mail sent by ZITADEL. If no application name is set and no previous code was created, ZITADEL will be used as default.
Implementation
@$pb.TagNumber(2)
$core.String get applicationName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set applicationName($core.String value) => $_setString(1, value);