Class CredentialJwtIssuerMetadataRequest

    • Constructor Detail

      • CredentialJwtIssuerMetadataRequest

        public CredentialJwtIssuerMetadataRequest()
    • 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.
      • setPretty

        public CredentialJwtIssuerMetadataRequest 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.