mangement add oauth

This commit is contained in:
xiaomlove
2024-03-11 02:12:17 +08:00
parent a2b8ef3c50
commit 8903f10286
19 changed files with 455 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'client' => 'Client',
'redirect' => 'Redirect URL',
'secret' => 'Secret',
'revoked' => 'Valid',
'access_token' => 'Access token',
'refresh_token' => 'Refresh token',
];