Accessor that enables apps to read information related to the Cloud connectivity of the workspace.
Methods in this accessor will usually connect to the Rocket.Chat Cloud, which means they won't work properly in air-gapped environment.
This accessor available via IRead object, which is usually received as a parameter wherever it's available.
IRead
Returns an access token that can be used to access Cloud Services on the workspace's behalf.
The scope that the token should be authorized with
cloud.workspace-token; scopes: Array
Generated using TypeDoc
Accessor that enables apps to read information related to the Cloud connectivity of the workspace.
Methods in this accessor will usually connect to the Rocket.Chat Cloud, which means they won't work properly in air-gapped environment.
This accessor available via
IRead
object, which is usually received as a parameter wherever it's available.