Class JwksAuthenticator

    • Constructor Detail

      • JwksAuthenticator

        public JwksAuthenticator​(String url)
        Build a jwks-based authenticator.
        Parameters:
        url - the location of the public jwks keys
    • Method Detail

      • parse

        public io.jsonwebtoken.Claims parse​(String token)
        Description copied from interface: Authenticator
        Parse a token into a set of claims.
        Specified by:
        parse in interface Authenticator
        Parameters:
        token - the token
        Returns:
        JWT claims