Azure SDK for Embedded C
Macros
az_credentials.h File Reference

Credentials used for authentication with many (not all) Azure SDK client libraries. More...

#include <azure/core/az_http_transport.h>
#include <azure/core/az_result.h>
#include <azure/core/az_span.h>
#include <stddef.h>
#include <azure/core/_az_cfg_prefix.h>
#include <azure/core/_az_cfg_suffix.h>

Go to the source code of this file.

Macros

#define AZ_CREDENTIAL_ANONYMOUS   NULL
 Equivalent to no credential (NULL).
 

Detailed Description

Credentials used for authentication with many (not all) Azure SDK client libraries.

Note
You MUST NOT use any symbols (macros, functions, structures, enums, etc.) prefixed with an underscore ('_') directly in your application code. These symbols are part of Azure SDK's internal implementation; we do not document these symbols and they are subject to change in future versions of the SDK which would break your code.