mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 13:17:32 +08:00
10 lines
211 B
PHP
10 lines
211 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'client' => '客户端',
|
||
|
|
'redirect' => '回调地址',
|
||
|
|
'secret' => '密钥',
|
||
|
|
'revoked' => '有效',
|
||
|
|
'access_token' => '访问令牌',
|
||
|
|
'refresh_token' => '刷新令牌',
|
||
|
|
];
|