ping-identity
    Preparing search index...

    Type Alias DaVinciModules

    DaVinci module integrations.

    type DaVinciModules = {
        oidc: DaVinciOidcModuleConfig;
        protect?: DaVinciProtectModuleConfig;
    }
    Index

    Properties

    Properties

    OIDC module configuration — required OIDC identity fields, optional request parameters, and optional custom token storage.

    Optional Protect lifecycle module configuration.

    When provided, wires the native ProtectLifecycleModule into the DaVinci workflow at creation time. Requires @ping-identity/rn-protect to be installed.