ping-identity
    Preparing search index...

    Type Alias JourneyOidcModuleConfig

    JourneyOidcModuleConfig: JourneyInstance & {
        logger?: JourneyInstance;
        storage?: JourneyInstance;
    }

    Journey OIDC module configuration.

    Type Declaration

    • Optionallogger?: JourneyInstance

      Optional JavaScript logger instance.

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

    • Optionalstorage?: JourneyInstance

      Optional OIDC token storage handle created by the storage module.

    Extends the shared OIDC core shape with Journey-supported RN handles.