ping-identity
    Preparing search index...

    Type Alias JourneyOidcModuleConfig

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

    Journey OIDC module configuration.

    Type Declaration

    • Optionallogger?: IOSBrowserOpenOptions

      Optional JavaScript logger instance.

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

    • Optionalstorage?: IOSBrowserOpenOptions

      Optional OIDC token storage handle created by the storage module.

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