Previously the User and Service Account credentials files had the some contents even though they have different dictionary keys used for the credentials properties.
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"client_id": "123",
|
|
"client_secret": "secret",
|
|
"refresh_token": "alabalaportocala",
|
|
"type": "authorized_user"
|
|
}
|