Function useFiefIsAuthenticated

  • Return whether there is a valid user session.

    Returns boolean

    true if there is a valid user session, false otherwise.

    Example

    const isAuthenticated = useFiefIsAuthenticated();
    

Generated using TypeDoc