And the json response I get back reflects that.
{
"access_token": "...",
"refresh_token": "...",
"scope": [
"bits:read",
"channel:read:subscriptions"
],
"token_type": "bearer"
}
And the json response I get back reflects that.
{
"access_token": "...",
"refresh_token": "...",
"scope": [
"bits:read",
"channel:read:subscriptions"
],
"token_type": "bearer"
}