Class MultipleJwtDecoder

java.lang.Object
com.totvs.tjf.autoconfigure.MultipleJwtDecoder
All Implemented Interfaces:
org.springframework.security.oauth2.jwt.JwtDecoder

public class MultipleJwtDecoder extends Object implements org.springframework.security.oauth2.jwt.JwtDecoder
  • Constructor Details

  • Method Details

    • decode

      public org.springframework.security.oauth2.jwt.Jwt decode(String token) throws org.springframework.security.oauth2.jwt.JwtException
      Specified by:
      decode in interface org.springframework.security.oauth2.jwt.JwtDecoder
      Throws:
      org.springframework.security.oauth2.jwt.JwtException