Skip to content

Commit

Permalink
Merge c02ec24 into a68854f
Browse files Browse the repository at this point in the history
  • Loading branch information
lx1036 committed Jun 21, 2018
2 parents a68854f + c02ec24 commit bd3f833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Provider/AbstractProvider.php
Expand Up @@ -511,6 +511,7 @@ protected function getAccessTokenRequest(array $params)
*
* @param mixed $grant
* @param array $options
* @throws IdentityProviderException
* @return AccessToken
*/
public function getAccessToken($grant, array $options = [])
Expand Down Expand Up @@ -598,6 +599,7 @@ public function getResponse(RequestInterface $request)
* Sends a request and returns the parsed response.
*
* @param RequestInterface $request
* @throws IdentityProviderException
* @return mixed
*/
public function getParsedResponse(RequestInterface $request)
Expand Down

0 comments on commit bd3f833

Please sign in to comment.