Constants
Constants defined in the Solar_Auth
class.
ANON
The user is anonymous/unauthenticated (no attempt has been made to authenticate).
Value: (string)
'ANON'
EXPIRED
The max time for authentication has expired.
Value: (string)
'EXPIRED'
IDLED
The authenticated user has been idle for too long.
Value: (string)
'IDLED'
VALID
The user is authenticated and has not timed out.
Value: (string)
'VALID'
WRONG
The user attempted authentication but failed.
Value: (string)
'WRONG'