JWTClaimValue Property

The claim value.

Object Oriented Interface

public function getJWTClaimValue($jwtclaimindex);
public function setJWTClaimValue($jwtclaimindex, $value);

Procedural Interface

ipworksauth_jwt_get($res, 15 , $jwtclaimindex);
ipworksauth_jwt_set($res, 15, $value , $jwtclaimindex);

Default Value

''

Remarks

The claim value.

The $jwtclaimindex parameter specifies the index of the item in the array. The size of the array is controlled by the JWTClaimCount property.

This property is not available at design time.

Data Type

String

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