public class JwtTokenParser extends Object
| Constructor and Description |
|---|
JwtTokenParser() |
JwtTokenParser(Optional<Boolean> enableNamespacedClaims,
Optional<String> customNamespace) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyID() |
void |
parse(String bearerToken) |
JsonWebTokenImpl |
verify(String issuer,
PublicKey publicKey) |
Copyright © 2019. All rights reserved.