IPWorks Auth 2020 macOS 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
TDataTypes

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

public init()

Creates a new claim with no name or value.

public init(name: String, value: 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 macOS Edition - Version 20.0 [Build 8155]