Identifying Operations

Web SDK supports the association of an identifier for the authentication and enrollment operations. This feature allows integrators to query our APIs and retrieve information about a specific operation.

Operations API Documentation

The operation must be generated by the integrator and set to the Web SDK, here's how:

await openKeylessWebSocketConnection(sym, {
  ...,
  operation: {
    id: OPERATION_ID
  }
})

Last updated

Was this helpful?