@oneblink/apps-react
    Preparing search index...

    Type Alias AuthContextValue

    type AuthContextValue = {
        isLoggedIn: boolean;
        isUsingFormsKey: boolean;
        userFriendlyName: string | undefined;
        userProfile: UserProfile | null;
    }
    Index

    Properties

    isLoggedIn: boolean

    true if the current user is logged in

    isUsingFormsKey: boolean

    true if <AuthContextProvider /> was passed the formsKeyToken prop

    userFriendlyName: string | undefined
    userProfile: UserProfile | null