Skip to main content
Fires when we detect that a connected account’s token is no longer accepted by the upstream platform. Either:
  • The user revoked the app’s access from the platform’s settings page.
  • A refresh attempt failed because the refresh token is expired or invalid.
  • A Bluesky app password was deleted from bsky.app/settings/app-passwords.

Payload

Use it for

  • Mark the connected account as needing re-auth in your UI.
  • Stop scheduling new posts against the account until reconnected.