Meteor.userId() within Meteor.bindEnvironment?

What is the correct way to get the logged in user ID, or false if not logged in, within Meteor.bindEnvironment on the server?

Thanks