Skip to content

Commit

Permalink
Update EXAMPLES.md to fix variable usage (#690)
Browse files Browse the repository at this point in the history
Co-authored-by: Deep Pancholi <[email protected]>
  • Loading branch information
tanya732 and deep-lyra authored Jan 9, 2025
1 parent e9dcbd2 commit 32f7e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To verify an ID Token that is signed using the RS256 signing algorithm, you will

```java
JwkProvider provider = new JwkProviderBuilder("https://your-domain.auth0.com").build();
SignatureVerifier sigVerifier = SignatureVerifier.forRS256(new PublicKeyProvider() {
SignatureVerifier signatureVerifier = SignatureVerifier.forRS256(new PublicKeyProvider() {
@Override
public RSAPublicKey getPublicKeyById(String keyId) throws PublicKeyProviderException {
try {
Expand Down

0 comments on commit 32f7e26

Please sign in to comment.