/
Auth_Init
Auth_Init
Description
Initialize authentication module.
Files
auth.h / auth.c
Prototype
CPU_BOOLEAN Auth_Init (RTOS_ERR *p_err)
Arguments
p_err
Pointer to variable that will receive the return error code from this function.
Returned Value
DEF_OK
, if initialization was successful.
DEF_FAIL
, otherwise.
Callers
Application.
Notes / Warnings
- KAL_Init must be called before calling
Auth_Init()
.
, multiple selections available,
Related content
AUTH_USER
AUTH_USER
More like this
Auth_GetUser
Auth_GetUser
More like this
Auth_GrantRight
Auth_GrantRight
More like this
Auth Module API
Auth Module API
More like this
Auth_ValidateCredentials
Auth_ValidateCredentials
More like this
Auth_CreateUser
Auth_CreateUser
More like this