mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
mangement add oauth
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'client' => 'Client',
|
||||
'redirect' => 'Redirect URL',
|
||||
'secret' => 'Secret',
|
||||
'revoked' => 'Valid',
|
||||
'access_token' => 'Access token',
|
||||
'refresh_token' => 'Refresh token',
|
||||
];
|
||||
Reference in New Issue
Block a user