#
useIsAuthenticated
Indicate whether or not the user is authenticated.
If the sessionAccessor function return a non
null
/undefined
value, a user is considered as authenticated.
#
Reference
const isAuthenticated = useIsAuthenticated()
#
Parameters
None
#
Returns
A boolean value.
#
Usage
import { useIsAuthenticated } from "@squide/firefly";
const isAuthentication = useIsAuthenticated();