Trails Packages
    Preparing search index...

    Interface AuthStateAuthenticated

    The user is authenticated and its session attributes can be retrieved.

    interface AuthStateAuthenticated {
        kind: "authenticated";
        sessionInfo: SessionInfo;
    }
    Index
    kind: "authenticated"
    sessionInfo: SessionInfo