Available on crate feature eventsub only.
Expand description

Subscription types regarding users

Modules

Authorization from a user has been granted or revoked to a specific client ID

Specified user updates their account.

Structs

user.authorization.grant: a user’s authorization has been granted to your client id.

user.authorization.revoke: a user has revoked authorization for your client id. Use this webhook to meet government requirements for handling user data, such as GDPR, LGPD, or CCPA.

user.update: user updates their account.