twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

EventSubUserAuthorizationRevokeEvent

An EventSub event representing a user revoking authorization for an application.

Overview

Properties

clientId

Type: string

The Client ID of the application that the user revoked authorization for.

userDisplayName

Type: string | null

The display name of the user who revoked their authorization.

This is null if the user no longer exists.

userId

Type: string

The ID of the user who revoked their authorization.

userName

Type: string | null

The name of the user who revoked their authorization.

This is null if the user no longer exists.

Methods

getUser()

async

Retrieves more information about the user.

Return type: HelixUser