1#ifndef HA_CLOSURE_ANALYSIS_AUTHENTICATE_H
2#define HA_CLOSURE_ANALYSIS_AUTHENTICATE_H
12#define UBIDOTS_TOKEN_SIZE 100
16#define UBIDOTS_DEFAULT_ENV_NAME "UBI_TOKEN"
#define UBIDOTS_TOKEN_SIZE
Maximum number of characters in access token.
Definition: authenticate.h:12
int8_t Ubidots_GetToken(const char *env_var_name)
Get / set access token.
Definition: authenticate.c:3
int8_t Ubidots_CheckAccess(void)
Check access token.
Definition: authenticate.c:12
static char UBIDOTS_TOKEN[UBIDOTS_TOKEN_SIZE]
Definition: authenticate.h:13