Contextual information provided to identify stages.

interface IdentifySeriesContext {
    context: LDContext;
    timeout?: number;
}

Properties

Properties

context: LDContext

The context associated with the identify operation.

timeout?: number

The timeout, in seconds, associated with the identify operation.