Interface BusEventNiceDFOGetAuthCode

interface BusEventNiceDFOGetAuthCode {
    authCode: string;
    type: NICE_DFO_GET_AUTH_CODE;
    visitorID?: string;
}

Hierarchy (View Summary, Expand)

Properties

authCode: string

The authentication code set by the event handler. This code will be provided to Nice.

The type of the event.

visitorID?: string

The visitor ID code set by the event handler. This code will be provided to Nice.

MMNEPVFCICPMFPCPTTAAATR