For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserLinkerCallback

This interface is used with UserLinkerAsync.

UserLinkerCallback API

onSuccess()

void onSuccess()

Call this method after linking succeeds.

onFailure()

void onFailure()

Call this method after linking fails.

Last updated