Class Base64JwtDecoder


  • public final class Base64JwtDecoder
    extends Object
    • Constructor Detail

      • Base64JwtDecoder

        @Deprecated
        public Base64JwtDecoder()
        Deprecated.
        in favor of the method and will become private with version 3.0.0
    • Method Detail

      • decode

        public DecodedJwt decode​(String jwt)
        Decodes the Json Web token (jwt).
        Parameters:
        jwt - the access token
        Returns:
        the decoded jwt.