Interface DisabledChallengeResponseChallenge

interface DisabledChallengeResponseChallenge {
    api_path: string;
    challenge_context: string;
    flow_render_type: number;
    hide_webview_header: boolean;
    lock: boolean;
    logout: boolean;
    native_flow: boolean;
    url: "/accounts/disabled/";
}

Properties

api_path: string
challenge_context: string
flow_render_type: number
hide_webview_header: boolean
lock: boolean
logout: boolean
native_flow: boolean
url: "/accounts/disabled/"