Class CredentialIssuerJwksRequest

    • Constructor Detail

      • CredentialIssuerJwksRequest

        public CredentialIssuerJwksRequest()
    • Method Detail

      • isPretty

        public boolean isPretty()
        Get the flag indicating whether the JWK Set document is written in the pretty format or not.
        Returns:
        true if the JWK Set document is written in the pretty format.
      • setPretty

        public CredentialIssuerJwksRequest setPretty​(boolean pretty)
        Set the flag indicating whether the JWK Set document is written in the pretty format or not.
        Parameters:
        pretty - true to write the JWK Set document in the pretty format.
        Returns:
        this object.