Skip to content

Commit 87aae2f

Browse files
authored
Update README.md
1 parent 764ef47 commit 87aae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Before validation, the previously issued **challenge nonce** must be looked up f
271271
The authentication token validator configuration and construction is described in more detail in section *[5. Configure the authentication token validator](#5-configure-the-authentication-token-validator)*. Once the validator object has been constructed, it can be used for validating authentication tokens as follows:
272272
273273
```java
274-
String nonce = challengeNonceStore.getAndRemove().getBase64EncodedNonce();
274+
String challengeNonce = challengeNonceStore.getAndRemove().getBase64EncodedNonce();
275275
WebEidAuthToken token = tokenValidator.parse(tokenString);
276276
X509Certificate userCertificate = tokenValidator.validate(token, challengeNonce);
277277
```

0 commit comments

Comments
 (0)