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