ping-identity
    Preparing search index...

    Type Alias BindingClientConfig

    Resolved per-client configuration consumed by native binding operations.

    type BindingClientConfig = {
        hasPinCollector?: boolean;
        hasUserKeySelector?: boolean;
        loggerId?: string;
        userKeyStorageId?: string;
    }
    Index

    Properties

    hasPinCollector?: boolean

    Whether a JS pinCollector was registered for this client. When true, native installs the bridge PIN collector instead of the default UI.

    hasUserKeySelector?: boolean

    Whether a JS userKeySelector was registered for this client. When true, native installs the bridge key selector instead of the default UI.

    loggerId?: string

    Optional native logger handle id resolved from logger.nativeHandle.id.

    userKeyStorageId?: string

    Optional registered user key storage handle identifier.