Interface CheckpointResponseChallenge

interface CheckpointResponseChallenge {
    api_path: string;
    hide_webview_header: boolean;
    lock: boolean;
    logout: boolean;
    native_flow: boolean;
    url: string;
}

Properties

api_path: string
hide_webview_header: boolean
lock: boolean
logout: boolean
native_flow: boolean
url: string