TwurpleAuthenticationGetting dataExamplesFAQMigration

Interfaces

Options

The tmi.js options, with the auth provider replacing the identity option.

{
The intents to use with the auth provider. Will always additionally check the "chat" intent last.
authIntents?: string[]
An authentication provider that supplies tokens to the client.
channels?: string[]
connection?: object
logger?: object
options?: object
}

Properties

authIntents

Type: ?string[]

The intents to use with the auth provider. Will always additionally check the "chat" intent last.

authProvider

Type: AuthProvider

An authentication provider that supplies tokens to the client.

For more information, see the AuthProvider documentation.

channels

Type: ?string[]

connection

Type: ?object

logger

Type: ?object

options

Type: ?object