1 write to _optionsCache
DynamicSchemes (1)
Controllers\AuthController.cs (1)
20
_optionsCache
= optionsCache;
3 references to _optionsCache
DynamicSchemes (3)
Controllers\AuthController.cs (3)
26
_optionsCache
.TryRemove(scheme);
39
_optionsCache
.TryRemove(scheme);
41
_optionsCache
.TryAdd(scheme, new SimpleOptions { DisplayMessage = optionsMessage });