Options for LDClient.identify on the Node.js client-side SDK.

Hierarchy

  • LDIdentifyOptions
    • LDIdentifyOptions

Properties

bootstrap?: unknown
bootstrapParsed?: {
    [key: string]: ItemDescriptor;
}

Type declaration

  • [key: string]: ItemDescriptor
hash?: string

The signed context key for Secure Mode.

When provided, overrides the hash value from the SDK configuration for this identify call and all subsequent network requests until the next identify. When omitted, the SDK uses the hash from LDOptions (if configured).

noTimeout?: boolean
sheddable?: boolean
timeout?: number
waitForNetworkResults?: boolean

Generated using TypeDoc