Click or drag to resize

ClaimValueType Enumeration

The value type of a claim used in the JWT token.

Namespace:  Hummingbird.TestFramework.Util
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum ClaimValueType
Members
  Member nameValueDescription
String0 Claim value is String
Numeric1 Claim is numeric value (integer)
Decimal2 Claim is decimal value (float point)
See Also