Fixed docblock

This commit is contained in:
Alex Bilbie 2016-01-17 13:56:14 +00:00
parent 645f719ee9
commit 8ee4dc7eb9

View File

@ -29,11 +29,12 @@ interface ResponseTypeInterface
public function setRefreshToken(RefreshTokenEntityInterface $refreshToken);
/**
* Determine the access token in the authorization header
* Determine the access token in the authorization header and append OAUth properties to the request
* as attributes
*
* @param ServerRequestInterface $request
*
* @return string
* @return ServerRequestInterface
*/
public function determineAccessTokenInHeader(ServerRequestInterface $request);