3.4.1.6 Message: RenewSecurityToken
| Topic Version | 1 | Published | 10/31/2016 | |
| For Standard | ETP v1.1 | |||
Sent from client to server to provide an updated security token, when the existing token will expire.
Message Type ID: 6
Correlation Id Usage: n/a
Multi-part: False
Sent by: client
|
Attribute |
Description |
Data Type |
Min |
Max |
|---|---|---|---|---|
|
token |
The security token, exactly in the form that it provided in the authorization header. |
string |
1 |
1 |
|
Avro Source |
|---|
|
{ "type": "record", "namespace": "Energistics.Protocol.Core", "name": "RenewSecurityToken", "messageType": "6", "protocol": "0", "senderRole": "client", "protocolRoles": "client,server", "fields": [ { "name": "token", "type": "string" } ] } |