Skip to content

History⚓︎

The nextAuth Mobile SDK persists a (recent) history list containing the history status and history info (if present) of previous sessions.

History Status⚓︎

The history status can have the following different values.

Status Meaning
LOGGED_IN The session was logged in (continuous sessions, i.e. pingTime > 0)
LOGGED_IN_ONE_SHOT The session was logged in (one shot authentication, i.e. pingTime = 0)
LOGGED_OUT The session was logged out after a successful login (continuous sessions, i.e. pingTime > 0).
ABORTED The login was not successful, either because the user denied it or the login timed out.
ERROR The Mobile SDK encountered an error during authentication.