33 typedef enum _AzureAuthenticatorAuthMode
AzureAuthenticatorAuthMode
Definition: azure-auth.h:34
@ AAAM_UNDEFINED
Definition: azure-auth.h:35
@ AAAM_MONITOR
Definition: azure-auth.h:36
void azure_authenticator_set_auth_mode(CloudAuthenticator *s, AzureAuthenticatorAuthMode auth_mode)
void azure_authenticator_set_app_secret(CloudAuthenticator *s, const gchar *app_secret)
void azure_authenticator_set_tenant_id(CloudAuthenticator *s, const gchar *tenant_id)
CloudAuthenticator * azure_authenticator_new(void)
void azure_authenticator_set_scope(CloudAuthenticator *s, const gchar *scope)
void azure_authenticator_set_app_id(CloudAuthenticator *s, const gchar *app_id)
struct _CloudAuthenticator CloudAuthenticator
Definition: cloud-auth.h:38