Docblock updates

This commit is contained in:
Alex Bilbie 2016-02-12 09:02:33 +00:00
parent bfcf7af4d8
commit c6d806d3f7

View File

@ -186,6 +186,8 @@ abstract class AbstractGrant implements GrantTypeInterface
}
/**
* Validate scopes in the request
*
* @param \Psr\Http\Message\ServerRequestInterface $request
* @param \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface $client
* @param string $redirectUri
@ -268,6 +270,8 @@ abstract class AbstractGrant implements GrantTypeInterface
}
/**
* Issue an access token
*
* @param \DateInterval $tokenTTL
* @param \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface $client
* @param string $userIdentifier