We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b392e commit 9f89bfaCopy full SHA for 9f89bfa
src/Authorizer.php
@@ -73,12 +73,11 @@ public function getChecker()
73
74
/**
75
* Issue an access token if the request parameters are valid
76
- * @param array $params optional array of parsed $_POST keys
77
* @return array a response object for the protocol in use
78
*/
79
- public function issueAccessToken($params = [])
+ public function issueAccessToken()
80
{
81
- return $this->issuer->issueAccessToken($params);
+ return $this->issuer->issueAccessToken();
82
}
83
84
0 commit comments