#include "cloud-auth.h"#include "compat/cpp-start.h"#include "compat/curl.h"#include "compat/cpp-end.h"
Go to the source code of this file.
Enumerations | |
| enum | AzureAuthenticatorAuthMode { AAAM_UNDEFINED , AAAM_MONITOR } |
Functions | |
| CloudAuthenticator * | azure_authenticator_new (void) |
| void | azure_authenticator_set_auth_mode (CloudAuthenticator *s, AzureAuthenticatorAuthMode auth_mode) |
| void | azure_authenticator_set_tenant_id (CloudAuthenticator *s, const gchar *tenant_id) |
| void | azure_authenticator_set_app_id (CloudAuthenticator *s, const gchar *app_id) |
| void | azure_authenticator_set_scope (CloudAuthenticator *s, const gchar *scope) |
| void | azure_authenticator_set_app_secret (CloudAuthenticator *s, const gchar *app_secret) |
| CloudAuthenticator* azure_authenticator_new | ( | void | ) |
| void azure_authenticator_set_app_id | ( | CloudAuthenticator * | s, |
| const gchar * | app_id | ||
| ) |
| void azure_authenticator_set_app_secret | ( | CloudAuthenticator * | s, |
| const gchar * | app_secret | ||
| ) |
| void azure_authenticator_set_auth_mode | ( | CloudAuthenticator * | s, |
| AzureAuthenticatorAuthMode | auth_mode | ||
| ) |
| void azure_authenticator_set_scope | ( | CloudAuthenticator * | s, |
| const gchar * | scope | ||
| ) |
| void azure_authenticator_set_tenant_id | ( | CloudAuthenticator * | s, |
| const gchar * | tenant_id | ||
| ) |