ping-identity
    Preparing search index...

    Type Alias JourneyStartOptions

    Optional flags when starting a Journey.

    type JourneyStartOptions = {
        forceAuth?: boolean;
        noSession?: boolean;
    }
    Index

    Properties

    forceAuth?: boolean

    Force authentication even if an SSO session exists.

    noSession?: boolean

    Ignore existing session state and start a fresh flow.