mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Removed length
This commit is contained in:
parent
d32cea1988
commit
b9e12a7fec
@ -18,5 +18,5 @@ interface KeyAlgorithmInterface
|
|||||||
* @param integer $len Length of the generated code
|
* @param integer $len Length of the generated code
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function generate($len = 40);
|
public function generate();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user