offline.access
Refresh access
Allows your backend to refresh a user access token without sending the user through the full OAuth flow again.
Getting Started
Scopes define which permissions an access token can use when your integration calls Blaze APIs.
Request only the permissions your integration needs. The token response includes the scopes that were granted for the current authorization flow.
offline.access
Allows your backend to refresh a user access token without sending the user through the full OAuth flow again.
users.read
Allows your integration to read basic user information after the user authorizes the application.
channel.moderate
Allows your integration to perform moderation actions for channels the authorized user can manage.
users.bot
Allows the authorized user account to be used as the chat bot user for chat automation.