IPWorks Auth 2020 Kotlin 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 field 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 constructor()

Creates a new claim with no name or value.

public constructor(name: String?, value: String?)

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

public constructor(name: String?, value: String?, dataType: Int)

Creates a new claim with the specified DataType.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]