Class JwtDecoder
- java.lang.Object
-
- org.eclipse.jetty.security.openid.JwtDecoder
-
public class JwtDecoder extends java.lang.Object
Used to decode the ID Token from the base64 encrypted JSON Web Token (JWT).
-
-
Constructor Summary
Constructors Constructor Description JwtDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
decode(java.lang.String jwt)
Decodes a JSON Web Token (JWT) into a Map of claims.
-