Skip to content

Commit a638ddf

Browse files
committed
AC-1619: Integration access tokens do not work as Bearer tokens
1 parent cd3dba8 commit a638ddf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Integration/Model/UserToken/ExpirationValidator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Magento\Integration\Api\UserTokenValidatorInterface;
1515
use Magento\Framework\Stdlib\DateTime\DateTime as DtUtil;
1616

17+
/**
18+
* Validates if a token is expired
19+
*/
1720
class ExpirationValidator implements UserTokenValidatorInterface
1821
{
1922
/**

0 commit comments

Comments
 (0)