irc |
object
|
Options related to the verification of IRC claims
Properties
Name |
Type |
Description |
nick |
string
|
null
|
The nick that the library uses to connect to the IRC server |
|
matrix |
object
|
Options related to the verification of Matrix claims
Properties
Name |
Type |
Description |
instance |
string
|
null
|
The server hostname on which the library can log in |
accessToken |
string
|
null
|
The access token required to identify the library (Matrix docs) |
|
xmpp |
object
|
Options related to the verification of XMPP claims
Properties
Name |
Type |
Description |
service |
string
|
null
|
The server hostname on which the library can log in |
username |
string
|
null
|
The username used to log in |
password |
string
|
null
|
The password used to log in |
|
twitter |
object
|
Options related to the verification of Twitter claims
Properties
Name |
Type |
Description |
bearerToken |
string
|
null
|
The Twitter API's bearer token (Twitter docs) |
|