ping-identity
    Preparing search index...

    Type Alias JourneyConfig

    Journey client configuration.

    type JourneyConfig = {
        cookie?: string;
        logger?: JourneyInstance;
        modules?: JourneyModules;
        realm?: string;
        serverUrl: string;
        timeout?: number;
    }
    Index

    Properties

    cookie?: string

    Optional Journey cookie name override.

    Optional Journey logger used by the native workflow.

    Must be created by @ping-identity/rn-logger (logger(...)).

    modules?: JourneyModules

    Optional Journey module integrations.

    realm?: string

    Optional Journey realm.

    serverUrl: string

    Base AM/Ping server URL.

    timeout?: number

    Optional network timeout in milliseconds.