CommandsFeature - access to authsession?

Is the AuthSession available from within an IAsyncCommand instance?

I was thinking of creating a command whose functionality depends on session information, say permissions, or a custom value associated with each user that’s in my AuthSession.

It isn’t, only registered dependencies are populated in the constructor, pass anything else the command needs in its request.