Class JwtAuthorizationDecoder

java.lang.Object
io.camunda.zeebe.auth.impl.JwtAuthorizationDecoder
All Implemented Interfaces:
AuthorizationDecoder<Map<String,Object>>, JwtAuthorizationBuilder<JwtAuthorizationDecoder,com.auth0.jwt.algorithms.Algorithm,com.auth0.jwt.interfaces.DecodedJWT>

public class JwtAuthorizationDecoder extends Object implements JwtAuthorizationBuilder<JwtAuthorizationDecoder,com.auth0.jwt.algorithms.Algorithm,com.auth0.jwt.interfaces.DecodedJWT>, AuthorizationDecoder<Map<String,Object>>