JsonWebTokenUtilityWellKnownClaimDescriptions Field | 
 
            List of well known claims used in JWT payload and their descriptions.
            
 
    Namespace: 
   Hummingbird.TestFramework.Util
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static Dictionary<string, string> WellKnownClaimDescriptions
Public Shared WellKnownClaimDescriptions As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ WellKnownClaimDescriptions
static val mutable WellKnownClaimDescriptions: Dictionary<string, string>
Field Value
Type: 
DictionaryString, 
String
See Also