IGPAPI
    Preparing search index...

    Interface LoginBloksParsed

    interface LoginBloksParsed {
        loginInfo: Record<string, unknown> | undefined;
        twoFactorContext: string | undefined;
    }
    Index

    Properties

    loginInfo: Record<string, unknown> | undefined

    Non-null when login succeeded — contains login_response and headers keys

    twoFactorContext: string | undefined

    Non-null when login triggered 2FA — the longest base64url token from the response