Reinstate use for ClientEntityInterface

This commit is contained in:
sephster 2019-06-23 17:40:39 +01:00
parent c7d047f7f5
commit 0db54cf1e5
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -15,6 +15,7 @@ use Exception;
use League\OAuth2\Server\CodeChallengeVerifiers\CodeChallengeVerifierInterface;
use League\OAuth2\Server\CodeChallengeVerifiers\PlainVerifier;
use League\OAuth2\Server\CodeChallengeVerifiers\S256Verifier;
use League\OAuth2\Server\Entities\ClientEntityInterface;
use League\OAuth2\Server\Entities\UserEntityInterface;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;