The create method is used to initiate the UI with the secret key and application ID. It takes two parameters:
StrigaUXPlugin.create(<STRIGA_UI_SECRET>, <OPTIONS>);| Definition | Type | |
|---|---|---|
| STRIGA_UI_SECRET | String | Your UI secret for viewing sensitive data inside the iframe. |
| OPTIONS | Object | applicationId: Application id is used to identify the application. You can get this from the striga dashboard. |
