mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fixed docblock
This commit is contained in:
@ -29,11 +29,12 @@ interface ResponseTypeInterface
|
|||||||
public function setRefreshToken(RefreshTokenEntityInterface $refreshToken);
|
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
|
* @param ServerRequestInterface $request
|
||||||
*
|
*
|
||||||
* @return string
|
* @return ServerRequestInterface
|
||||||
*/
|
*/
|
||||||
public function determineAccessTokenInHeader(ServerRequestInterface $request);
|
public function determineAccessTokenInHeader(ServerRequestInterface $request);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user