Enum LoginStatus

Enum Documentation

enum class axr::sdk::LoginStatus

Describes the various states of the user’s login with the cluster.

Values:

enumerator NOT_LOGGED_IN

The user is not currently logged in.

enumerator LOGGING_IN

A login attempt is currently pending.

enumerator LOGGED_IN

The user has successfully logged in to the cluster.

enumerator LOGGED_IN_LOCAL

The user has logged in using a local profile.

enumerator REFUSED

The login attempt failed.