Skip to content

Commit 9f89bfa

Browse files
committed
Update Authorizer.php
1 parent 79b392e commit 9f89bfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Authorizer.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@ public function getChecker()
7373

7474
/**
7575
* Issue an access token if the request parameters are valid
76-
* @param array $params optional array of parsed $_POST keys
7776
* @return array a response object for the protocol in use
7877
*/
79-
public function issueAccessToken($params = [])
78+
public function issueAccessToken()
8079
{
81-
return $this->issuer->issueAccessToken($params);
80+
return $this->issuer->issueAccessToken();
8281
}
8382

8483
/**

0 commit comments

Comments
 (0)