Function: isUserAuthenticated()
function isUserAuthenticated(state, ...params): boolean
Returns whether user authentication expires in the future and whether the user is (likely) still authenticated
Parameters
state
The first argument, often a Redux root state object.
params
...[]
All additional arguments passed into the selector.
Returns
boolean
A derived value from the state.