@@ -36,7 +36,7 @@ When configuring the SDK as a **Network App Invoker**, the following fields must
**Optional:**
-`discover_filter`: useful to enable the discovery of specific APIs. Some fields under [`discover_filter`](#configuration-of-discover_filter) structure required to be configured when using discovery filters. Check devoted section below,
-`check_authentication`: useful to use `check_authentication()` function to validate features from a target provider, it will be required to fill up the `ip` and `port` parameters within the `check_authentication` variable.
-`check_authentication_data`: useful to use `check_authentication()` function to validate features from a target provider, it will be required to fill up the `ip` and `port` parameters within the `check_authentication_data` variable.
### Network App Provider
@@ -91,7 +91,7 @@ This file can also be populated using [environment variables](../samples/envirom
-[`discover_filter`](#configuration-of-discover_filter): Fields for configuring invoker service discovery.
-[`publish_req`](#configuration-of-publish_req): Fields required for API publishing.
-`api_description_path`: The path to the [ServiceAPIDescription](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Publish_Service_API.yaml) JSON file.
-`check_authentication`: The `ip` and `port` of the target Provider's AEF to get their supported features from.
-`check_authentication_data`: The `ip` and `port` of the target Provider's AEF to get their supported features from.