ApiScope constructor

ApiScope({
  1. LivekitGrant? livekit,
  2. QueuesGrant? queues,
  3. MessagingGrant? messaging,
  4. DatabaseGrant? database,
  5. SyncGrant? sync,
  6. StorageGrant? storage,
  7. ContainersGrant? containers,
  8. DeveloperGrant? developer,
  9. AgentsGrant? agents,
  10. AdminGrant? admin,
  11. SecretsGrant? secrets,
})

Implementation

ApiScope({
  this.livekit,
  this.queues,
  this.messaging,
  this.database,
  this.sync,
  this.storage,
  this.containers,
  this.developer,
  this.agents,
  this.admin,
  this.secrets,
});