Class PubSubAuthRevokeEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.PubSubAuthRevokeEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public final class PubSubAuthRevokeEvent extends TwitchEvent
Fired when a user access token had outstanding PubSub subscriptions, but was revoked.

An authorization can be revoked at any time for a number of reasons, such a user disconnecting from an app through Connections Settings.

Topics associated with the authorization will automatically be unlistened to.