IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

JWTClaim Type

The claim within the JWT.

Remarks

This type holds the claim information. The fields define the name, value, and data type of the claim value.

Fields

DataType
TipaTDataTypes

The data type of the claim value.

This property specifies the JSON type of the claim value. Possible values are:

  • 0 (Object)
  • 1 (Array)
  • 2 (String)
  • 3 (Number)
  • 4 (Bool)
  • 5 (Null)

Name
String

The claim name.

Value
String

The claim value.

Constructors

constructor Create();

Creates a new claim with no name or value.

constructor Create(valName: String; valValue: String);

Create a new claim. The DataType of the value will be a String.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]