Daniel Nephin b837ba35a0 acl: remove Server.ResolveTokenIdentityAndDefaultMeta
This method suffered from similar naming to a couple other methods on Server, and had not great
re-use (2 callers). By copying a few of the lines into one of the callers we can move the
implementation into the second caller.

Once moved, we can see that ResolveTokenAndDefaultMeta is identical in both Client and Server, and
likely should be further refactored, possibly into ACLResolver.

This change is being made to make ACL resolution easier to trace.
2021-08-05 15:20:13 -04:00
..
2020-12-07 13:42:55 -05:00
2021-03-22 10:16:41 +01:00
2021-07-30 13:58:35 -04:00
2021-07-30 13:58:35 -04:00
2021-07-30 14:28:19 -04:00