Invalid secret rig extension

Hi Barry,

In your example you used Twitch Developer Rig and you told me this is deprecated and is imposible to add existing proyect.

I need test my extension in local but this method in local never work:

this.twitchHelper.onAuthorized(this.onAuthorized.bind(this));
this.twitchHelper.onContext(this.onContext.bind(this));
this.twitchHelper.bits.onTransactionComplete(this.onTransactionComplete.bind(this));
this.twitchHelper.bits.onTransactionCancelled(this.onTransactionCancelled.bind(this));

Can you tell me how to get this.onAuthorized return data in local ?

thanks