on
Examples
client.on('authenticated', authResult => {
const accessToken = authResult.accessToken
// ...
})
Parameters
One of the following events:
|
|
The function called when the event occurs. |
client.on('authenticated', authResult => {
const accessToken = authResult.accessToken
// ...
})
One of the following events:
|
|
The function called when the event occurs. |