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 3bf4897 commit 74924dbCopy full SHA for 74924db
src/Tool/MacAuthorizationTrait.php
@@ -49,7 +49,7 @@ abstract protected function getMacSignature($id, $ts, $nonce);
49
* @param int $length Length of the random string to be generated.
50
* @return string
51
*/
52
- abstract protected function getRandomState($length);
+ abstract protected function getRandomState($length = 32);
53
54
/**
55
* Returns the authorization headers for the 'mac' grant.
0 commit comments