Skip to content

Commit

Permalink
Added missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterKraabol committed Nov 15, 2016
1 parent 3aad4d0 commit fdacc64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/API/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public function getAuthenticationUrl($state = null, $forceVerify = false)
*/
public function getAccessToken($code, $state = null)
{
$response = this.getAccessObject($code, $state);

return $response['access_token'];
}

Expand Down

0 comments on commit fdacc64

Please sign in to comment.