Segment Authentication
Use the following snippet to adjust your segment and enable the authentication.
config.omp.json
{
"type": "null",
...
"options": {
"access_token": "null",
"refresh_token": "null",
"expires_in": null
}
}