Class CredentialIssuerMetadataRequest

    • Constructor Detail

      • CredentialIssuerMetadataRequest

        public CredentialIssuerMetadataRequest()
    • Method Detail

      • isPretty

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

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