ping-identity
    Preparing search index...

    Type Alias JourneyKbaCreateCallback

    JourneyKbaCreateCallback: JourneyCallbackBase & {
        allowUserDefinedQuestions?: boolean;
        predefinedQuestions: string[];
        selectedAnswer?: string;
        selectedQuestion?: string;
        type: "KbaCreateCallback";
    }

    KbaCreateCallback payload with typed named fields.

    Type Declaration

    • OptionalallowUserDefinedQuestions?: boolean

      Whether users may supply a custom question.

    • predefinedQuestions: string[]

      Server-provided predefined question list.

    • OptionalselectedAnswer?: string

      User-provided answer.

    • OptionalselectedQuestion?: string

      Currently selected question.

    • type: "KbaCreateCallback"