Interface ReactiveJwtDecoder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<Jwt> decode​(java.lang.String token)
      Decodes the JWT from it's compact claims representation format and returns a Jwt.
    • Method Detail

      • decode

        reactor.core.publisher.Mono<Jwt> decode​(java.lang.String token)
                                         throws JwtException
        Decodes the JWT from it's compact claims representation format and returns a Jwt.
        Parameters:
        token - the JWT value
        Returns:
        a Jwt
        Throws:
        JwtException - if an error occurs while attempting to decode the JWT