SetKdcAgentUrl
Sets the URL for kdc_agent communication.
Prototype
uint32_t SetKdcAgentUrl(const char *url);
Parameters
Return Values
Return Value |
Description |
|---|---|
0 |
Success |
Non-zero |
Failure. The parameter is invalid or the URL format is incorrect. |
Examples
uint32_t ret = SetKdcAgentUrl("https://127.0.0.1:26068/rest/kdc_agent/v1/proxy");
if (ret != 0) {
// Handle the error.
}
Parent topic: URL Configuration APIs