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