this.gui
    Preparing search index...

    Type Alias ClaimHandlerInput

    ClaimHandlerInput: AccessKernelContext & {
        authenticated?: boolean;
        claimedAt?: number;
        identityHash?: string | null;
        namespace: string;
        openedAt?: number | null;
        profile?: CanonicalProfileSnapshot;
        username: string;
    }