We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c7313 commit 65af61bCopy full SHA for 65af61b
1 file changed
src/main/java/com/auth0/jwt/JWTVerifier.java
@@ -65,7 +65,7 @@ public JWTVerifier(String secret) {
65
* @throws SignatureException when signature is invalid
66
* @throws IllegalStateException when token's structure, expiration, issuer or audience are invalid
67
*/
68
- public Map<String, String> verify(String token)
+ public Map<String, Object> verify(String token)
69
throws NoSuchAlgorithmException, InvalidKeyException, IllegalStateException,
70
IOException, SignatureException {
71
if (token == null || "".equals(token)) {
0 commit comments