Class CredentialNonceRequest

    • Constructor Detail

      • CredentialNonceRequest

        public CredentialNonceRequest()
    • Method Detail

      • isPretty

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

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