mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-03-03 01:50:34 +00:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"credentials":{
|
|
"client_id": "some-id",
|
|
"client_secret": "some-secret",
|
|
"access_token": "some-access-token",
|
|
"refresh_token": "some-refresh-token",
|
|
"token_expiry_date": ""
|
|
},
|
|
"start_time": "2024-01-01"
|
|
}
|