Add OperationID to an authentication
Appending the OperationID
await openKeylessWebSocketConnection(sym, {
...,
operation: {
id: OPERATION_ID
}
})<kl-auth
...
operation-id="OPERATION_ID"
></kl-auth>Retrieving the KeylessID
Input
Explanation
Last updated
Was this helpful?