Go to the source code of this file.
◆ azure_auth_header_content_type_set()
| void azure_auth_header_content_type_set |
( |
AzureAuthHeaderPlugin * |
self, |
|
|
const gchar * |
content_type |
|
) |
| |
◆ azure_auth_header_method_set()
| void azure_auth_header_method_set |
( |
AzureAuthHeaderPlugin * |
self, |
|
|
const gchar * |
method |
|
) |
| |
◆ azure_auth_header_path_set()
| void azure_auth_header_path_set |
( |
AzureAuthHeaderPlugin * |
self, |
|
|
const gchar * |
path |
|
) |
| |
◆ azure_auth_header_plugin_new()
| AzureAuthHeaderPlugin* azure_auth_header_plugin_new |
( |
void |
| ) |
|
◆ azure_auth_header_secret_set_from_b64str()
| gboolean azure_auth_header_secret_set_from_b64str |
( |
AzureAuthHeaderPlugin * |
self, |
|
|
const gchar * |
b64secret |
|
) |
| |
◆ azure_auth_header_workspace_id_set()
| void azure_auth_header_workspace_id_set |
( |
AzureAuthHeaderPlugin * |
self, |
|
|
const gchar * |
workspace_id |
|
) |
| |