IGPAPI
    Preparing search index...

    Interface CheckpointResponseChallenge

    interface CheckpointResponseChallenge {
        api_path: string;
        challenge_context?: string;
        flow_render_type?: number;
        hide_webview_header: boolean;
        lock: boolean;
        logout: boolean;
        native_flow: boolean;
        url: string;
    }
    Index

    Properties

    api_path: string
    challenge_context?: string
    flow_render_type?: number
    hide_webview_header: boolean
    lock: boolean
    logout: boolean
    native_flow: boolean
    url: string