3 references to TokenNamesKey
Microsoft.AspNetCore.Authentication.Abstractions (3)
TokenExtensions.cs (3)
32properties.Items.Remove(TokenNamesKey); 49properties.Items[TokenNamesKey] = string.Join(';', tokenNames); 100if (properties.Items.TryGetValue(TokenNamesKey, out var value) && !string.IsNullOrEmpty(value))