ClaimSubject Property

The subject identifies the principal of the JWT.

Object Oriented Interface

public function getClaimSubject();
public function setClaimSubject($value);

Procedural Interface

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

Default Value

''

Remarks

This property holds the subject which identifies the principal of the JWT. The value is a case-sensitive string.

This property corresponds to the sub JSON property.

Data Type

String

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