Values_0.ParticipantTokenCredentialsSourceThe credentials used by the participant.
type nonrec t = {participantToken : ParticipantToken.t option;The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
*)expiry : ISO8601Datetime.t option;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.
*)}