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 8b85c90 commit 5acd892Copy full SHA for 5acd892
README.md
@@ -58,7 +58,7 @@ use web_eid\web_eid_authtoken_validation_php\challenge\ChallengeNonceGeneratorBu
58
...
59
public function generator(): ChallengeNonceGenerator
60
{
61
- return (new ChallengeNonceGeneratorBuilder)
+ return (new ChallengeNonceGeneratorBuilder())
62
->withNonceTtl(300) // challenge nonce TTL in seconds, default is 300 (5 minutes)
63
->build();
64
}
0 commit comments