userId property
(only if authenticated) current user id. may be null if the authentication was not associated with a user
Implementation
@$pb.TagNumber(3)
$core.String get userId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set userId($core.String value) => $_setString(2, value);