The scope is returning as a string
“scope”: “test1 test2 test3”,
But I need it to return as an Array
“scope”: [“test1”, “test2”, “test3”]
Is there this possibility?
The scope is returning as a string
“scope”: “test1 test2 test3”,
But I need it to return as an Array
“scope”: [“test1”, “test2”, “test3”]
Is there this possibility?