Type Alias AccessTokenScope

AccessTokenScope:
    | "audio:speech"
    | "audio:stream"
    | "audio:all"
    | "voices:read"
    | "voices:create"
    | "voices:delete"
    | "voices:all"

The scopes that can be granted by an access token.