ping-identity
    Preparing search index...

    Type Alias JourneyKbaCreateField

    JourneyKbaCreateField: JourneyBaseField & {
        allowUserDefinedQuestions?: boolean;
        predefinedQuestions: string[];
        type: "KbaCreateCallback";
    }

    Normalized field for a KbaCreateCallback with typed named fields.

    Type Declaration

    • OptionalallowUserDefinedQuestions?: boolean

      Whether users may supply a custom question.

    • predefinedQuestions: string[]

      Server-provided predefined question list.

    • type: "KbaCreateCallback"