We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966da08 commit 6b373dbCopy full SHA for 6b373db
1 file changed
apps/oauth2/lib/Controller/OauthApiController.php
@@ -41,11 +41,11 @@
41
use OCP\Authentication\Exceptions\InvalidTokenException;
42
use OCP\DB\Exception;
43
use OCP\IRequest;
44
+use OCP\IUserSession;
45
use OCP\Security\Bruteforce\IThrottler;
46
use OCP\Security\ICrypto;
47
use OCP\Security\ISecureRandom;
48
use Psr\Log\LoggerInterface;
-use OCP\IUserSession;
49
50
class OauthApiController extends Controller {
51
// the authorization code expires after 10 minutes
0 commit comments