EciRequestSetJWTToken Method

CICS Transaction Gateway V10.1.0.0
Sets the JWT token for the ECI request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax

public void SetJWTToken(
	string tokenValue
)

Parameters

tokenValue
Type: SystemString
JWT token string value.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the length of tokenValue exceeds the maximum value.
Remarks

If the length of tokenValue is zero, it is treated as if was specified. The default maximum token length is 4096 and default value can be changed using 'CTG_JWT_MAX_LENGTH' system environment variable.
See Also

Reference