kient / KientScopes
Variable: KientScopes
ts
const KientScopes: object;
src/authentication/scopes.ts:1
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
ChannelRead | "channel:read" | 'channel:read' | src/authentication/scopes.ts:3 |
ChannelWrite | "channel:write" | 'channel:write' | src/authentication/scopes.ts:4 |
ChatWrite | "chat:write" | 'chat:write' | src/authentication/scopes.ts:5 |
EventsSubscribe | "events:subscribe" | 'events:subscribe' | src/authentication/scopes.ts:7 |
StreamkeyRead | "streamkey:read" | 'streamkey:read' | src/authentication/scopes.ts:6 |
UserRead | "user:read" | 'user:read' | src/authentication/scopes.ts:2 |