this.gui
    Preparing search index...

    Type Alias ResolvedCleakerSession

    type ResolvedCleakerSession = {
        authenticated: boolean;
        claimedAt: number | null;
        hasSession: boolean;
        identityHash: string;
        isClaimed: boolean;
        namespace: string;
        openedAt: number | null;
        profileUsername: string;
        username: string;
        viewMode: string;
    }
    Index

    Properties

    authenticated: boolean
    claimedAt: number | null
    hasSession: boolean
    identityHash: string
    isClaimed: boolean
    namespace: string
    openedAt: number | null
    profileUsername: string
    username: string
    viewMode: string