This function returns one of the following values of the am_auth_status_t enumeration as defined:
typedef enum am_auth_status {
AM_AUTH_STATUS_SUCCESS = 0,
AM_AUTH_STATUS_FAILED,
AM_AUTH_STATUS_NOT_STARTED,
AM_AUTH_STATUS_IN_PROGRESS,
AM_AUTH_STATUS_COMPLETED
} am_auth_status_t;
The login process has failed.
The login process has not started.
The login is in progress.
The user has been logged out.
The user has logged in.