Skip to content

Commit

Permalink
Set credentialsResponseBody
Browse files Browse the repository at this point in the history
  • Loading branch information
DraperStudio committed Apr 1, 2016
1 parent 44939e8 commit 6c4180f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ public function getAccessToken($code)
'form_params' => $this->getTokenFields($code),
]);


$this->credentialsResponseBody = json_decode($response->getBody(), true);

return $this->parseAccessToken($response->getBody());
}

Expand Down

0 comments on commit 6c4180f

Please sign in to comment.