MCPcopy Create free account
hub / github.com/FrodeHus/EntraRoleReaper / GetCurrentUser

Method GetCurrentUser

server/Review/IUserService.cs:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public interface IUserService
4{
5 Task<UserContext> GetCurrentUser();
6 Task<UserContext> GetUserById(string userId, Guid tenantId);
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected