Two questions about TwitchExtention

Thanks for the reply.

Do I need to do some additional configuration somewhere else?
The code for HelixToken looks like this.
I am able to get the Token and UserId values.

window.Twitch.ext.onAuthorized((auth) => {
console.log(‘token’ + auth.token);
console.log(‘userId’ + auth.userId);
console.log(‘helixToken’ + auth.helixToken);
});

Not 100% sure what you are intending.

Sounds like you wish to use AllowListing but EBS enforced rather than the Twitch list

Yes, it is.
For example, I would like to know the best practices when I have processed multiple users in EBS and want to show OK for only certain users and NG for others.