Method GetCurrentUserAsync
GetCurrentUserAsync()
Asynchronously gets the current user.
public virtual Task<ICurrentUser> GetCurrentUserAsync()
Returns
- Task<ICurrentUser>
A task that represents the asynchronous operation. The task result contains the current user.