mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
10 lines
211 B
PHP
10 lines
211 B
PHP
<?php
|
|
return [
|
|
'client' => '客戶端',
|
|
'redirect' => '回調地址',
|
|
'secret' => '密鑰',
|
|
'revoked' => '有效',
|
|
'access_token' => '訪問令牌',
|
|
'refresh_token' => '刷新令牌',
|
|
];
|