You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sap_cloud_sdk/core/dpi_ng/consent/user-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ with create_client(config=config) as client:
72
72
73
73
| Parameter | Required | Default | Description |
74
74
|---|---|---|---|
75
-
|`base_url`| Yes |—| URL of the DPI external service router (e.g. `https://api.service.<region>.ngdpi.dpp.cloud.sap`). Found in the credentials of the `data-privacy-integration` service instance. |
76
-
|`auth`| Yes |—| Authentication strategy — one of `BearerTokenAuth`, `ClientCredentialsAuth`, or `ClientCertificateAuth`. |
75
+
|`base_url`| Yes |-| URL of the DPI external service router (e.g. `https://api.service.<region>.ngdpi.dpp.cloud.sap`). Found in the credentials of the `data-privacy-integration` service instance. |
76
+
|`auth`| Yes |-| Authentication strategy - one of `BearerTokenAuth`, `ClientCredentialsAuth`, or `ClientCertificateAuth`. |
77
77
|`timeout`| No |`30.0`| HTTP request timeout in seconds. |
78
78
|`verify_ssl`| No |`True`| Verify TLS certificates. Set `False` only in local dev. Overridden by `ClientCertificateAuth` when a custom `ca_file` is provided. |
79
79
|`service_path`| No |`/sap/cp/kernel/dpi/consent/odata/v4`| Base path the DPI external service router uses to forward requests. Do not override unless deploying to a non-standard environment. |
@@ -101,7 +101,7 @@ config = ConsentSDKConfig(
101
101
|---|---|---|
102
102
|`token`| Yes | Bearer token sent as the `Authorization: Bearer` header on every request. |
103
103
104
-
The token is sent as-is — no automatic refresh is performed. Use
104
+
The token is sent as-is - no automatic refresh is performed. Use
105
105
`ClientCredentialsAuth` for long-running processes where the token may expire.
106
106
Passing an empty string raises `ValueError: token must not be empty`.
0 commit comments