/AWS1/CL_CNTPARTICIPANTTOKCR00¶
The credentials used by the participant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_participanttoken TYPE /AWS1/CNTPARTICIPANTTOKEN /AWS1/CNTPARTICIPANTTOKEN¶
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
iv_expiry TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME¶
The expiration of the token. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Queryable Attributes¶
ParticipantToken¶
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTTOKEN() |
Getter for PARTICIPANTTOKEN, with configurable default |
ASK_PARTICIPANTTOKEN() |
Getter for PARTICIPANTTOKEN w/ exceptions if field has no va |
HAS_PARTICIPANTTOKEN() |
Determine if PARTICIPANTTOKEN has a value |
Expiry¶
The expiration of the token. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRY() |
Getter for EXPIRY, with configurable default |
ASK_EXPIRY() |
Getter for EXPIRY w/ exceptions if field has no value |
HAS_EXPIRY() |
Determine if EXPIRY has a value |