1 write to ValueType
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimAction.cs (1)
22
ValueType
= valueType;
3 references to ValueType
Microsoft.AspNetCore.Authentication.OAuth (2)
CustomJsonClaimAction.cs (1)
37
identity.AddClaim(new Claim(ClaimType, value,
ValueType
, issuer));
JsonKeyClaimAction.cs (1)
60
identity.AddClaim(new Claim(ClaimType, value,
ValueType
, issuer));
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
58
identity.AddClaim(new Claim(ClaimType, value,
ValueType
, issuer));