Method GetCurrentUserFromStore
GetCurrentUserFromStore(ClaimsPrincipal)
Gets the current user from store to be put in the cache. Thread safe.
protected virtual Task<TUser> GetCurrentUserFromStore(ClaimsPrincipal claimsPrincipal)
Parameters
claimsPrincipal
ClaimsPrincipal
Returns
- Task<TUser>