Values.GetSessionEndpointRequestSourceReturns the session endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a client to the session. Call this operation again when the authentication token expires to obtain a new token.
type nonrec t = {applicationId : ApplicationId.t;The ID of the application that the session belongs to.
*)sessionId : SessionId.t;The ID of the session.
*)}