We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2b8f8 commit 9c0f58aCopy full SHA for 9c0f58a
src/Digdir.Domain.Dialogporten.GraphQL/Common/Authentication/TokenIssuerCache.cs
@@ -11,7 +11,7 @@ public interface ITokenIssuerCache
11
12
public sealed class TokenIssuerCache : ITokenIssuerCache, IDisposable
13
{
14
- private readonly Dictionary<string, string> _issuerMappings = new();
+ private readonly Dictionary<string, string> _issuerMappings = [];
15
private readonly SemaphoreSlim _initializationSemaphore = new(1, 1);
16
private bool _initialized;
17
private readonly IReadOnlyCollection<JwtBearerTokenSchemasOptions> _jwtTokenSchemas;
0 commit comments