EncodedJWT Property

The encoded JWT.

Object Oriented Interface

public function getEncodedJWT();
public function setEncodedJWT($value);

Procedural Interface

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

Default Value

''

Remarks

This property holds the encoded JWT. This is populated after calling Sign or Encrypt.

This must be set to a valid JWT before calling Verify, Decrypt or Parse.

Data Type

String

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