userEndpoint property
The endpoint where ZITADEL can get the user information.
Implementation
@$pb.TagNumber(4)
$core.String get userEndpoint => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set userEndpoint($core.String value) => $_setString(3, value);