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.
The operation must be generated by the integrator and set to the Web SDK, here's how:
await openKeylessWebSocketConnection(sym, {
...,
operation: {
id: OPERATION_ID
}
})<kl-auth-or-enroll
...
operation-id="OPERATION_ID"
></kl-auth-or-enroll>Last updated
Was this helpful?