Table of Contents

Method GetCurrentUserFromStore

Namespace
Innova.Rest.Server.Security
Assembly
Innova.Rest.Server.dll

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>