ApiScope constructor
ApiScope({
- LivekitGrant? livekit,
- QueuesGrant? queues,
- MessagingGrant? messaging,
- DatabaseGrant? database,
- SyncGrant? sync,
- StorageGrant? storage,
- ContainersGrant? containers,
- DeveloperGrant? developer,
- AgentsGrant? agents,
- AdminGrant? admin,
- 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,
});