TokenScope type

Represents the scope of the token.

type TokenScope =
  | "chat"
  | "voip"
  | "chat.join"
  | "chat.join.limited"
  | "voip.join"