Interface IAuthenticatedUserAccessor
- Namespace
- Kentico.Xperience.Admin.Base.Authentication
- Assembly
- Kentico.Xperience.Admin.Base.dll
Provides access to the currently logged in AdminApplicationUser.
public interface IAuthenticatedUserAccessor
- Extension Methods
Methods
Get()
Gets the authenticated user.
Task<AdminApplicationUser> Get()
Returns
- Task<AdminApplicationUser>