Property | Type | Description | |
---|---|---|---|
_cache | |||
_logger | ILogger | ||
_loggerFactory | ILoggerFactory |
Method | Description | |
---|---|---|
ClearCacheAsync ( |
Clears the token cache.
|
|
GetCacheAsync ( |
Returns an instance of Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.
|
Method | Description | |
---|---|---|
TokenCacheService ( ILoggerFactory loggerFactory ) : System.Linq |
Initializes a new instance of Tailspin.Surveys.TokenStorage.TokenCacheService
|
public ClearCacheAsync ( |
||
claimsPrincipal | Current user's |
|
return | System.Threading.Tasks.Task |
public abstract GetCacheAsync ( |
||
claimsPrincipal | Current user's |
|
return | Task |
protected TokenCacheService ( ILoggerFactory loggerFactory ) : System.Linq | ||
loggerFactory | ILoggerFactory | |
return | System.Linq |
protected TokenCache,Microsoft.IdentityModel.Clients.ActiveDirectory _cache | ||
return |