Class GetAuthRequired.Response

    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • isAuthRequired

        public boolean isAuthRequired()
        Indicates whether authentication is required.
      • getChallenge

        public Optional<String> getChallenge()
        The required challenge to be used if authentication is required.
      • getSalt

        public Optional<String> getSalt()
        The required salt to be used if authentication is required.