ClaimJWTId Property

The unique identifier for the JWT.

Object Oriented Interface

public function getClaimJWTId();
public function setClaimJWTId($value);

Procedural Interface

ipworksauth_jwt_get($res, 10 );
ipworksauth_jwt_set($res, 10, $value );

Default Value

''

Remarks

This property holds the unique identifier for the JWT. The value is a case-sensitive string.

This property corresponds to the jti JSON property.

Data Type

String

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