ping-identity
    Preparing search index...

    Type Alias JourneyFormOptions

    Options accepted by useJourneyForm.

    type JourneyFormOptions = {
        handledCallbackTypes?: ReadonlySet<JourneyCallbackType>;
    }
    Index

    Properties

    handledCallbackTypes?: ReadonlySet<JourneyCallbackType>

    Callback types that the app has already handled via native integration (for example FIDO, binding, or external IdP). When provided, matching integration_required fields are excluded from submit issues so that canSubmit reflects true readiness rather than blocking on already-handled integrations.