Interface SecretsRx

    • Method Detail

      • list

        default Single<List<String>> list()
        List available secrets. This method will return an empty list if no data found.
        Returns:
        secrets available
      • list

        default Single<List<String>> list​(String path)
        List available secrets on a path. To get root list, use empty string for path. This method will return an empty list if no data found.
        Parameters:
        path - path to find secrets in
        Returns:
        secrets available