mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
mangement add oauth
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'client' => '客户端',
|
||||
'redirect' => '回调地址',
|
||||
'secret' => '密钥',
|
||||
'revoked' => '有效',
|
||||
'access_token' => '访问令牌',
|
||||
'refresh_token' => '刷新令牌',
|
||||
];
|
||||
Reference in New Issue
Block a user