1 write to JsonKey
Microsoft.AspNetCore.Authentication.OAuth (1)
JsonKeyClaimAction.cs (1)
24JsonKey = jsonKey;
3 references to JsonKey
Microsoft.AspNetCore.Authentication.OAuth (2)
JsonKeyClaimAction.cs (1)
35if (!userData.TryGetProperty(JsonKey, out var value))
JsonSubKeyClaimAction.cs (1)
37if (!TryGetSubProperty(userData, JsonKey, SubKey, out var value))
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
32var value = userData.GetString(JsonKey);