示例#1
0
        public MSALPerUserSqlTokenCacheProvider(ITokenCache tokenCache, TodoListServiceContext tokenCacheDbContext, ClaimsPrincipal user)
        {
            this.TokenCacheDb = tokenCacheDbContext;
            this.SignedInUser = user;

            this.Initialize(tokenCache);
        }