mirror of
https://gh.wpcy.net/https://github.com/fhirter-vkb/freescout-oauth.git
synced 2026-07-15 09:56:22 +08:00
13 lines
354 B
PHP
Executable file
13 lines
354 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'name' => 'OAuth',
|
|
'options' => [
|
|
'active' => ['default' => 'off'],
|
|
'client_id' => ['default' => 'freescout'],
|
|
'client_secret' => ['default' => ''],
|
|
'auth_url' => ['default' => 'https://'],
|
|
'token_url' => ['default' => 'https://'],
|
|
'user_url' => ['default' => 'https://']
|
|
],
|
|
];
|