# SENTUserLinker

Implement this to handle the linking of your app user to a Sentiance user, during user creation.

For details on how to link users, see [here.](https://docs.sentiance.com/sdk/appendix/user-linking)

<table data-header-hidden><thead><tr><th width="265.64770240700216">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Parameter</td><td>Description</td></tr><tr><td>installId</td><td>A unique Sentiance id representing the current installation.</td></tr><tr><td>linkSuccess()</td><td>Pass this closure which will be called if linking succeeded on the Sentiance backend.</td></tr><tr><td>linkFailure()</td><td>This closure will be called if linking failed.</td></tr></tbody></table>
