@FunctionalInterface
public interface JwtDecoder
Jwt
.
JWTs may be represented using the JWS Compact Serialization format for a JSON Web Signature (JWS) structure or JWE Compact Serialization format for a JSON Web Encryption (JWE) structure. Therefore, implementors are responsible for verifying a JWS and/or decrypting a JWE.
Jwt
,
JSON Web Token (JWT),
JSON Web Signature (JWS),
JSON Web Encryption (JWE),
JWS Compact Serialization,
JWE Compact SerializationModifier and Type | Method and Description |
---|---|
Jwt |
decode(java.lang.String token) |
Jwt decode(java.lang.String token) throws JwtException
JwtException