Uses of Class
com.auth0.jwt.exceptions.JWTDecodeException
Packages that use JWTDecodeException
Package
Description
Contains parts of the internal implementation of this library.
-
Uses of JWTDecodeException in com.auth0.jwt
Methods in com.auth0.jwt that throw JWTDecodeExceptionModifier and TypeMethodDescriptionstatic DecodedJWTDecode a given Json Web Token.Decode a given Json Web Token. -
Uses of JWTDecodeException in com.auth0.jwt.impl
Methods in com.auth0.jwt.impl that throw JWTDecodeExceptionModifier and TypeMethodDescriptionJWTParser.parseHeader(String json) JWTParser.parsePayload(String json) -
Uses of JWTDecodeException in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that throw JWTDecodeExceptionModifier and TypeMethodDescription<T> TGet this Claim as a custom type T.<T> T[]Get this Claim as an Array of type T.<T> List<T> Get this Claim as a List of type T.Claim.asMap()Get this Claim as a generic Map of values.JWTPartsParser.parseHeader(String json) Parses the given JSON into aHeaderinstance.JWTPartsParser.parsePayload(String json) Parses the given JSON into aPayloadinstance.