TOKEN_CLIENT_SECRET
The Client Secret, that is, a secret known only to the client application and token provider.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: TOKEN_CLIENT_SECRET
JMS administration tool short name: TKST
Programmatic access
Setters/getters
- MQConnectionFactory.setTokenClientSecret()
- MQConnectionFactory.getTokenClientSecret()
Values
- null
- This is the default value.
- Any valid string
Note: The TOKEN_CLIENT_SECRET connection factory property is mandatory if you
specify the TOKEN_ENDPOINT connection
factory property.