{}
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.